diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 98566c0c91..800efd68ca 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -2830,7 +2830,7 @@ run_main_loop_once(void) if (get_options()->MainloopStats) { /* Update our main loop counters. */ if (loop_result == 0) { - // The call was succesful. + // The call was successful. increment_main_loop_success_count(); } else if (loop_result == -1) { // The call was erroneous. |