Browse Source

you wanted it spelled properly too? And me not even funded!

svn:r6418
Nick Mathewson 19 years ago
parent
commit
5f9612216c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/or/routerlist.c

+ 2 - 2
src/or/routerlist.c

@@ -988,7 +988,7 @@ router_get_by_nickname(const char *nickname, int warn_if_unnamed)
         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(const char *nickname,
       });
     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) {