[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] fix a typo



Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	routerlist.c 
Log Message:
fix a typo


Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -p -d -r1.408 -r1.409
--- routerlist.c	29 Dec 2005 20:25:53 -0000	1.408
+++ routerlist.c	30 Dec 2005 04:44:10 -0000	1.409
@@ -1511,10 +1511,10 @@ router_add_to_routerlist(routerinfo_t *r
     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;
     }