[tor-commits] [torspec/master] Fix bogus negation in control-spec; spotted by Frithjof.

nickm at torproject.org nickm at torproject.org
Wed Jun 11 13:53:26 UTC 2014


commit 2ecd06fcfd883e8c760f0694f3591d854ba40045
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jun 11 09:53:19 2014 -0400

    Fix bogus negation in control-spec; spotted by Frithjof.
---
 control-spec.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/control-spec.txt b/control-spec.txt
index 2dde043..70ddf3b 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -1253,7 +1253,7 @@
 
   These replies can be sent after a corresponding SETEVENTS command has been
   received.  They will not be interleaved with other Reply elements, but they
-  can not appear between a command and its corresponding reply.  For example,
+  can appear between a command and its corresponding reply.  For example,
   this sequence is possible:
 
      C: SETEVENTS CIRC



More information about the tor-commits mailing list