소스 검색

fix a typo

svn:r5680
Roger Dingledine 20 년 전
부모
커밋
c051e82f69
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/or/routerlist.c

+ 2 - 2
src/or/routerlist.c

@@ -1511,10 +1511,10 @@ router_add_to_routerlist(routerinfo_t *router, const char **msg,
     authdir_verified = router->is_verified;
     authdir_verified = router->is_verified;
   } else if (!from_cache) {
   } else if (!from_cache) {
     /* Only check the descriptor digest against the network statuses when
     /* Only check the descriptor digest against the network statuses when
-     * we are recieving from somewhere other than the cache.*/
+     * we are receiving from somewhere other than the cache. */
     if (!signed_desc_digest_is_recognized(&router->cache_info)) {
     if (!signed_desc_digest_is_recognized(&router->cache_info)) {
       warn(LD_DIR, "Dropping unrecognized descriptor for router '%s'",
       warn(LD_DIR, "Dropping unrecognized descriptor for router '%s'",
-             router->nickname);
+           router->nickname);
       routerinfo_free(router);
       routerinfo_free(router);
       return -1;
       return -1;
     }
     }