fix typos

svn:r4645
This commit is contained in:
Roger Dingledine 2005-07-23 04:35:58 +00:00
parent bb4ebaac6f
commit 9385a96235

View File

@ -1614,7 +1614,7 @@ num_live_helpers(void)
}
/** 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 @@ helper_node_set_status(const char *digest, int succeeded)
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));
}