[or-cvs] you wanted it spelled properly too? And me not even funded!

Nick Mathewson nickm at seul.org
Tue Apr 25 06:02:48 UTC 2006


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv11833/src/or

Modified Files:
	routerlist.c 
Log Message:
you wanted it spelled properly too?  And me not even funded!

Index: routerlist.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.506
retrieving revision 1.507
diff -u -p -d -r1.506 -r1.507
--- routerlist.c	25 Apr 2006 05:59:31 -0000	1.506
+++ routerlist.c	25 Apr 2006 06:02:46 -0000	1.507
@@ -988,7 +988,7 @@ router_get_by_nickname(const char *nickn
         char *alternatives = smartlist_join_strings(fps, "; ",0,NULL);
         log_warn(LD_CONFIG,
                  "There are multiple matches for the nickname \"%s\","
-                 " but none is listed as named by the directory authories. "
+                 " but none is listed as named by the directory authorities. "
                  "Choosing one arbitrarily. If you meant one in particular, "
                  "you should say %s.", nickname, alternatives);
         tor_free(alternatives);
@@ -2294,7 +2294,7 @@ router_get_combined_status_by_nickname(c
       });
     if (any_unwarned) {
       log_warn(LD_CONFIG, "There are multiple matches for the nickname \"%s\",",
-               " but none is listed as named by the directory authories. "
+               " but none is listed as named by the directory authorites. "
                "Choosing one arbitrarily.");
     }
   } else if (warn_if_unnamed && best) {



More information about the tor-commits mailing list