From 5f9612216caa36208a285442fae35774cdf003f3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 25 Apr 2006 06:02:46 +0000 Subject: [PATCH] you wanted it spelled properly too? And me not even funded! svn:r6418 --- src/or/routerlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/or/routerlist.c b/src/or/routerlist.c index e1c08a6696..23e5e83aec 100644 --- a/src/or/routerlist.c +++ b/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) {