[or-cvs] Log msg spelling fix

Nick Mathewson nickm at seul.org
Wed Apr 6 00:53:15 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria.mit.edu:/tmp/cvs-serv16523/src/or

Modified Files:
	dirserv.c 
Log Message:
Log msg spelling fix

Index: dirserv.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/dirserv.c,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- dirserv.c	6 Apr 2005 00:01:35 -0000	1.151
+++ dirserv.c	6 Apr 2005 00:53:13 -0000	1.152
@@ -392,7 +392,7 @@
     /* if so, decide whether to update it. */
     if (ri_old->published_on >= ri->published_on) {
       /* We already have a newer or equal-time descriptor */
-      log_fn(LOG_INFO,"We already have a new enough desc for sever %s (nickname '%s'). Not adding.",hex_digest,ri->nickname);
+      log_fn(LOG_INFO,"We already have a new enough desc for server %s (nickname '%s'). Not adding.",hex_digest,ri->nickname);
       *msg = "We already have a newer descriptor.";
       /* This isn't really an error; return success. */
       routerinfo_free(ri);



More information about the tor-commits mailing list