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

svn:r6418
This commit is contained in:
Nick Mathewson 2006-04-25 06:02:46 +00:00
parent d6c04216ef
commit 5f9612216c

View File

@ -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) {