aboutsummaryrefslogtreecommitdiff
path: root/doc/control-spec.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-08-22 20:05:41 +0000
committerRoger Dingledine <arma@torproject.org>2005-08-22 20:05:41 +0000
commit9064ea6c7165d9279b4b6b75473a27a3bf1762a4 (patch)
tree2304165f380b3f1d43f9a59d427e51b1b7b7ff2f /doc/control-spec.txt
parentdc66f6df67284d34919b8120d41656aeaa3768f8 (diff)
downloadtor-9064ea6c7165d9279b4b6b75473a27a3bf1762a4.tar
tor-9064ea6c7165d9279b4b6b75473a27a3bf1762a4.tar.gz
fix some typos in the control spec
svn:r4811
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r--doc/control-spec.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index 9dc1094fb..edddc1bb2 100644
--- a/doc/control-spec.txt
+++ b/doc/control-spec.txt
@@ -285,11 +285,11 @@ $Id$
one ReplyLine is sent for each requested value, followed by a final 250 OK
ReplyLine. If a value fits on a single line, the format is:
250-keyword=value
- If avalue must be split over multiple lines, the format is:
+ If a value must be split over multiple lines, the format is:
250+keyword=
value
.
- Recognized key and their values include:
+ Recognized keys and their values include:
"version" -- The version of the server's software, including the name
of the software. (example: "Tor 0.0.9.4")
@@ -361,7 +361,7 @@ $Id$
"info/names"
A series of lines listing the available GETINFO options. Each is of
- one of thes forms:
+ one of these forms:
OptionName SP Documentation CRLF
OptionPrefix SP Documentation CRLF
OptionPrefix = OptionName "/*"