diff options
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/circuitbuild.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 468528783..8a92ea612 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -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)); } |