소스 검색

a dir-spec typo (in two places) caught by steve

svn:r11557
Roger Dingledine 18 년 전
부모
커밋
b29cf4cc05
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      doc/spec/dir-spec-v2.txt
  2. 2 1
      doc/spec/dir-spec.txt

+ 2 - 1
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.
 

+ 2 - 1
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.