aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-09-21 17:23:14 +0000
committerRoger Dingledine <arma@torproject.org>2007-09-21 17:23:14 +0000
commitb29cf4cc058da43c245e5db58f1cb8e33403aef4 (patch)
tree130c0c8941087fd41b65f918a8631c74616e6990
parent531cc723fe4d4789f5c85bcd78e596dcb124125d (diff)
downloadtor-b29cf4cc058da43c245e5db58f1cb8e33403aef4.tar.gz
tor-b29cf4cc058da43c245e5db58f1cb8e33403aef4.zip
a dir-spec typo (in two places) caught by steve
svn:r11557
-rw-r--r--doc/spec/dir-spec-v2.txt3
-rw-r--r--doc/spec/dir-spec.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/spec/dir-spec-v2.txt b/doc/spec/dir-spec-v2.txt
index 7f71f8f071..d49420007a 100644
--- a/doc/spec/dir-spec-v2.txt
+++ b/doc/spec/dir-spec-v2.txt
@@ -501,7 +501,8 @@ $Id$
When a router posts a signed descriptor to a directory authority, the
authority first checks whether it is well-formed and correctly
self-signed. If it is, the authority next verifies that the nickname
- question is already assigned to a router with a different public key.
+ in question is not already assigned to a router with a different
+ public key.
Finally, the authority MAY check that the router is not blacklisted
because of its key, IP, or another reason.
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt
index a6c4623f8a..068f30046f 100644
--- a/doc/spec/dir-spec.txt
+++ b/doc/spec/dir-spec.txt
@@ -1088,7 +1088,8 @@ $Id$
When a router posts a signed descriptor to a directory authority, the
authority first checks whether it is well-formed and correctly
self-signed. If it is, the authority next verifies that the nickname
- question is already assigned to a router with a different public key.
+ in question is not already assigned to a router with a different
+ public key.
Finally, the authority MAY check that the router is not blacklisted
because of its key, IP, or another reason.