Fix another typo

svn:r2651
This commit is contained in:
Nick Mathewson
2004-11-03 01:31:42 +00:00
parent 4568f7a365
commit 7c0ae34bc7
+1 -1
View File
@@ -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