[tor-commits] [torspec/master] Use the correct spelling for "Dependent" in the control protocol.
nickm at torproject.org
nickm at torproject.org
Wed Jan 11 14:28:16 UTC 2017
commit e2f2974d6782de62fb423f8fca74eddefbc73d14
Author: J. Ryan Stinnett <jryans at gmail.com>
Date: Thu Dec 29 22:37:29 2016 -0600
Use the correct spelling for "Dependent" in the control protocol.
Fixes #18146.
---
control-spec.txt | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/control-spec.txt b/control-spec.txt
index 82524bb..cb60796 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -691,8 +691,11 @@
OptionName = Keyword
OptionType = "Integer" / "TimeInterval" / "TimeMsecInterval" /
"DataSize" / "Float" / "Boolean" / "Time" / "CommaList" /
- "Dependant" / "Virtual" / "String" / "LineList"
+ "Dependent" / "Virtual" / "String" / "LineList"
Documentation = Text
+ Note: The incorrect spelling "Dependant" was used from the time this key
+ was introduced in Tor 0.1.1.4-alpha until it was corrected in Tor
+ 0.3.0.2-alpha. It is recommended that clients accept both spellings.
"config/defaults"
A series of lines listing default values for each configuration
More information about the tor-commits
mailing list