diff options
Diffstat (limited to 'src/or/hibernate.c')
-rw-r--r-- | src/or/hibernate.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c index 394bf4ff0d..ee8f6e105d 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -480,7 +480,7 @@ accounting_set_wakeup_time(void) log_fn(LOG_NOTICE, "Configured hibernation. This interval begins at %s; " "we will hibernate until %s; " - "we expect to stay up until approximatly %s; " + "we expect to stay up until approximately %s; " "we will start a new interval at %s (all times local)", buf1, buf2, buf3, buf4); } @@ -792,3 +792,4 @@ void consider_hibernation(time_t now) { } } } + |