mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix another typo
svn:r2651
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user