[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] spell recommended correctly
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or
Modified Files:
routerparse.c
Log Message:
spell recommended correctly
Index: routerparse.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerparse.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- routerparse.c 17 Mar 2005 12:38:37 -0000 1.103
+++ routerparse.c 31 Mar 2005 20:52:43 -0000 1.104
@@ -260,7 +260,7 @@
/* We belong to a series with recommended members, and we are newer than
* any recommended member. We're probably okay. */
if (!warned_too_new) {
- log(LOG_WARN, "This version of Tor (%s) is newer than any in the same series on the reccomended list (%s)",
+ log(LOG_WARN, "This version of Tor (%s) is newer than any in the same series on the recommended list (%s)",
myversion, versionlist);
warned_too_new = 1;
}
@@ -281,7 +281,7 @@
/* We belong to a series with no recommended members, and it's
* newer than any recommended series. We're probably okay. */
if (!warned_too_new) {
- log(LOG_WARN, "This version of Tor (%s) is newer than any on the reccomended list (%s)",
+ log(LOG_WARN, "This version of Tor (%s) is newer than any on the recommended list (%s)",
myversion, versionlist);
warned_too_new = 1;
}