aboutsummaryrefslogtreecommitdiff
path: root/doc/tor-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-12-21 05:43:17 +0000
committerNick Mathewson <nickm@torproject.org>2004-12-21 05:43:17 +0000
commit0c0a504611c794fe01ea3d709f596bacb9821f28 (patch)
tree99cd9738b02db1f0824f301a66708d1350e99e19 /doc/tor-spec.txt
parenta742b5bbb00572633aba18e80285cb2bb72ac0fc (diff)
downloadtor-0c0a504611c794fe01ea3d709f596bacb9821f28.tar
tor-0c0a504611c794fe01ea3d709f596bacb9821f28.tar.gz
capitalize acronyms, clarify windows doc a bit.
svn:r3197
Diffstat (limited to 'doc/tor-spec.txt')
-rw-r--r--doc/tor-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt
index 073c685f4..58aa296de 100644
--- a/doc/tor-spec.txt
+++ b/doc/tor-spec.txt
@@ -838,7 +838,7 @@ entries.
7.4. Behavior of a directory server
lists nodes that are connected currently
-speaks http on a socket, spits out directory on request
+speaks HTTP on a socket, spits out directory on request
Directory servers listen on a certain port (the DirPort), and speak a
limited version of HTTP 1.0. Clients send either GET or POST commands.
@@ -852,7 +852,7 @@ The basic interactions are:
request containing the descriptor.
"host" is used to specify the address:port of the dirserver, so
- the request can survive going through http proxies.
+ the request can survive going through HTTP proxies.
A.1. Differences between spec and implementation