[or-cvs] fix some typos in the control spec

arma at seul.org arma at seul.org
Mon Aug 22 20:05:43 UTC 2005


Update of /home2/or/cvsroot/tor/doc
In directory moria:/home/arma/work/onion/cvs/tor/doc

Modified Files:
	control-spec.txt 
Log Message:
fix some typos in the control spec


Index: control-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- control-spec.txt	13 Aug 2005 02:22:11 -0000	1.50
+++ control-spec.txt	22 Aug 2005 20:05:41 -0000	1.51
@@ -285,11 +285,11 @@
   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 @@
 
     "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 "/*"



More information about the tor-commits mailing list