[tor-commits] [torspec/master] Move a misplaced parenthesis

nickm at torproject.org nickm at torproject.org
Wed Apr 20 17:03:31 UTC 2011


commit 49b179585a33822469fa7ec94e4184ae29e6deb8
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Tue Apr 19 17:16:02 2011 -0700

    Move a misplaced parenthesis
---
 control-spec.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/control-spec.txt b/control-spec.txt
index d24afab..5878d75 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -863,7 +863,7 @@
 
     InfoLine = AuthLine / VersionLine / OtherLine
 
-     AuthLine = "250-AUTH" SP "METHODS=" AuthMethod *(",")AuthMethod
+     AuthLine = "250-AUTH" SP "METHODS=" AuthMethod *("," AuthMethod)
                        *(SP "COOKIEFILE=" AuthCookieFile) CRLF
      VersionLine = "250-VERSION" SP "Tor=" TorVersion [SP Arguments] CRLF
 



More information about the tor-commits mailing list