[or-cvs] fix typos
arma at seul.org
arma at seul.org
Sat Jul 23 04:36:00 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
circuitbuild.c
Log Message:
fix typos
Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- circuitbuild.c 23 Jul 2005 04:12:35 -0000 1.127
+++ circuitbuild.c 23 Jul 2005 04:35:58 -0000 1.128
@@ -1614,7 +1614,7 @@
}
/** If the use of helper nodes is configured, choose more helper nodes until
- * we heave enough in the list. */
+ * we have enough in the list. */
static void
pick_helper_nodes(void)
{
@@ -1772,7 +1772,7 @@
if (helper->down_since) {
/*XXXX shouldn't warn. */
log_fn(LOG_WARN,
- "Connection to formerly down helper node '%s' succeeeded. "
+ "Connection to formerly down helper node '%s' succeeded. "
"%d/%d helpers usable.", helper->nickname,
num_live_helpers(), smartlist_len(helper_nodes));
}
More information about the tor-commits
mailing list