Explorar o código

fix a typo

svn:r5680
Roger Dingledine %!s(int64=20) %!d(string=hai) anos
pai
achega
c051e82f69
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;
   } else if (!from_cache) {
     /* 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)) {
       warn(LD_DIR, "Dropping unrecognized descriptor for router '%s'",
-             router->nickname);
+           router->nickname);
       routerinfo_free(router);
       return -1;
     }