]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a typo
authorRoger Dingledine <arma@torproject.org>
Fri, 30 Dec 2005 04:44:10 +0000 (04:44 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 30 Dec 2005 04:44:10 +0000 (04:44 +0000)
svn:r5680

src/or/routerlist.c

index f78b7476375aa3590fd205a867ce2430ffa3aefa..427fbf0e3f83efb75a9950bd7fd9facaea2a690e 100644 (file)
@@ -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;
     }