[or-cvs] i missed the other half of that grammar fix
arma at seul.org
arma at seul.org
Tue Feb 21 03:55:49 UTC 2006
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
routerlist.c
Log Message:
i missed the other half of that grammar fix
Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.448
retrieving revision 1.449
diff -u -p -d -r1.448 -r1.449
--- routerlist.c 19 Feb 2006 19:44:09 -0000 1.448
+++ routerlist.c 21 Feb 2006 03:55:47 -0000 1.449
@@ -2837,10 +2837,11 @@ routers_update_all_from_networkstatus(vo
log_notice(LD_GENERAL, "This version of Tor (%s) is newer than any "
"recommended version%s, according to %d/%d recent network "
"statuses. Versions recommended by at least %d recent "
- "authorities are: %s",
+ "authorit%s are: %s",
VERSION,
consensus == VS_NEW_IN_SERIES ? " in its series" : "",
- n_recent-n_recommended, n_recent, n_recent/2, rec);
+ n_recent-n_recommended, n_recent, n_recent/2,
+ n_recent/2 > 1 ? "ies" : "y", rec);
have_warned_about_new_version = 1;
tor_free(rec);
}
More information about the tor-commits
mailing list