diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-09-08 06:46:13 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-09-08 06:46:13 +0000 |
commit | 79ccbab100d6177347d5e8a3f1327d0b29b04d2c (patch) | |
tree | b269bd7aee6f43a89cd49a765e6315f6bdf60150 /doc | |
parent | 2233090f57891bc672eb6a161856b49ed736db02 (diff) | |
download | tor-79ccbab100d6177347d5e8a3f1327d0b29b04d2c.tar.gz tor-79ccbab100d6177347d5e8a3f1327d0b29b04d2c.zip |
fix a typo (spotted by weasel)
svn:r2332
Diffstat (limited to 'doc')
-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 38ad1caa9e..13db9969de 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -9,7 +9,7 @@ be implemented in a future version of Tor. It is not part of the Tor onion routing protocol. The protocol described in this document is used for other programs (such as -frontend user-interfaces) to communicate with a locally running Tor protocol. +frontend user-interfaces) to communicate with a locally running Tor process. We're trying to be pretty extensible here, but not infinitely forward-compatible. |