[or-cvs] fix typo

Roger Dingledine arma at seul.org
Mon Mar 29 19:53:55 UTC 2004


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

Modified Files:
	dirserv.c 
Log Message:
fix typo


Index: dirserv.c
===================================================================
RCS file: /home/or/cvsroot/src/or/dirserv.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- dirserv.c	29 Mar 2004 19:50:59 -0000	1.31
+++ dirserv.c	29 Mar 2004 19:53:53 -0000	1.32
@@ -254,7 +254,7 @@
     return -1;
   }
   if (ri->published_on < now-ROUTER_MAX_AGE) {
-    log_fn(LOG_WARN, "Publication time for router with nickanem %s is too far in the past. Not adding", ri->nickname);
+    log_fn(LOG_WARN, "Publication time for router with nickname %s is too far in the past. Not adding", ri->nickname);
     routerinfo_free(ri);
     *desc = end;
     return -1;



More information about the tor-commits mailing list