control-spec: refer to a correct nonterminal in the "grammar"

Reported by Richard Clayton via Steven Murdoch.
This commit is contained in:
Nick Mathewson 2012-10-01 11:24:15 -04:00
parent eacdd6ec6c
commit 9b1ca30bc5

View File

@ -121,7 +121,7 @@
AsyncReply = *(MidReplyLine / DataReplyLine) EndReplyLine
MidReplyLine = StatusCode "-" ReplyLine
DataReplyLine = StatusCode "+" ReplyLine Data
DataReplyLine = StatusCode "+" ReplyLine CmdData
EndReplyLine = StatusCode SP ReplyLine
ReplyLine = [ReplyText] CRLF
ReplyText = XXXX