mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
fix typos
svn:r4645
This commit is contained in:
parent
bb4ebaac6f
commit
9385a96235
@ -1614,7 +1614,7 @@ num_live_helpers(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** If the use of helper nodes is configured, choose more helper nodes until
|
/** 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
|
static void
|
||||||
pick_helper_nodes(void)
|
pick_helper_nodes(void)
|
||||||
{
|
{
|
||||||
@ -1772,7 +1772,7 @@ helper_node_set_status(const char *digest, int succeeded)
|
|||||||
if (helper->down_since) {
|
if (helper->down_since) {
|
||||||
/*XXXX shouldn't warn. */
|
/*XXXX shouldn't warn. */
|
||||||
log_fn(LOG_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,
|
"%d/%d helpers usable.", helper->nickname,
|
||||||
num_live_helpers(), smartlist_len(helper_nodes));
|
num_live_helpers(), smartlist_len(helper_nodes));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user