From: Nick Mathewson Date: Wed, 3 Nov 2004 01:31:42 +0000 (+0000) Subject: Fix another typo X-Git-Tag: debian-version-0.0.8+0.0.9pre5-1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d63d420930817470fd36b59c70b3194af20417dc;p=thirdparty%2Ftor.git Fix another typo svn:r2651 --- diff --git a/src/or/main.c b/src/or/main.c index d397362875..e2e71491a5 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -615,7 +615,7 @@ time_t accounting_get_wakeup_time(void) int accounting_should_hibernate(void) { - return accouting_hard_limit_reached() || interval_wakeup_time > time(NULL); + return accounting_hard_limit_reached() || interval_wakeup_time > time(NULL); } /** Perform regular maintenance tasks for a single connection. This