diff options
author | Roger Dingledine <arma@torproject.org> | 2005-12-25 05:44:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-12-25 05:44:39 +0000 |
commit | e1dd63b43ea8b0069870563c9653cc306fdee84d (patch) | |
tree | 9dc81c69bdb1127a716d4a0aadeff4a2e88eb1ef /doc | |
parent | 782efd9e932ded9f813954dcdd7fc67e61cf738e (diff) | |
download | tor-e1dd63b43ea8b0069870563c9653cc306fdee84d.tar.gz tor-e1dd63b43ea8b0069870563c9653cc306fdee84d.zip |
fix almost-ambiguity
svn:r5649
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index 997f236659..5cb4056c0c 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -292,8 +292,8 @@ when do we rotate which keys (tls, link, etc)? (OP) performs the following steps: 1. Choose an onion router as an exit node (R_N), such that the onion - router's exit policy does not exclude all pending streams - that need a circuit. + router's exit policy does not exclude every pending stream + that needs a circuit. 2. Choose a chain of (N-1) onion routers (R_1...R_N-1) to constitute the path, such that no router |