diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-29 01:47:07 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-29 01:47:07 +0000 |
commit | aef0ac40904f49812a06bb43de5c22543dd0f928 (patch) | |
tree | 49d647e0f9e1e165b093806aa34d441e46a70b81 | |
parent | 9862e82eb80ce55a62a2078e29d2bac06002d1c8 (diff) | |
download | tor-aef0ac40904f49812a06bb43de5c22543dd0f928.tar.gz tor-aef0ac40904f49812a06bb43de5c22543dd0f928.zip |
fix typo
svn:r3915
-rw-r--r-- | doc/control-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index d6b79e2b34..e89a460c23 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -412,7 +412,7 @@ the message. 3.19 REDIRECTSTREAM (Type 0x0012) - Sent form the client to the server. The message body contains two fields: + Sent from the client to the server. The message body contains two fields: Stream ID [4 octets] Address [variable-length, NUL-terminated.] |