]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
minor doc patches
authorRoger Dingledine <arma@torproject.org>
Wed, 19 Mar 2003 22:44:29 +0000 (22:44 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 19 Mar 2003 22:44:29 +0000 (22:44 +0000)
svn:r212

doc/FAQ
doc/TODO
doc/tor-spec.txt

diff --git a/doc/FAQ b/doc/FAQ
index d4d7a46a2ad48fd4e2d031400fe6e01fa77ae2d9..bd3a96306fdbbd7d4c187f16407348d0ee5f6936 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -12,7 +12,7 @@ service. Users build a layered block of asymmetric encryptions
 (an "onion") which describes a source-routed path through a set of
 nodes. Those nodes build a "virtual circuit" through the network, in which
 each node knows its predecessor and successor, but no others. Traffic
-flowing down the circuit is unwrapped by a symmetric key at each node
+flowing down the circuit is unwrapped by a symmetric key at each node,
 which reveals the downstream node.
 
 Basically tor provides a distributed network of servers ("onion
index 74f38ca93b866415c075f2c0987fbf67c4e1d947..f7b5c0110a7a3ed0e4cd5eb170f3177e49e118df 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -25,7 +25,7 @@ NICK            . Handle half-open connections
 NICK            - Look at what ssl does to keep from mutating data streams
 NICK    . On the fly compression of each stream
         o Clean up the event loop (optimize and sanitize)
-ARMA    - Remove that awful concept of 'roles'
+ARMA    o Remove that awful concept of 'roles'
 ARMA    - Exit policies
                 - Spec how to write the exit policies
                 - Path selection algorithms
index 9d35949aae9129b6b9d63b35e8409d9c3fd1e607..ab729346db1d3f4a31dc68f877426d1f8623027f 100644 (file)
@@ -357,7 +357,7 @@ which reveals the downstream node.
           begin queueing CREATE cells for this circuit.
 
           Otherwise, we have a half-open circuit.  If the total payload
-          length of the CREATE cells for this circuit is at exactly equal
+          length of the CREATE cells for this circuit is exactly equal
           to the onion length specified in the first cell (minus 4), then
           process the onion. If it is more, then tear down the circuit.