Explorar o código

Fix another typo

svn:r2651
Nick Mathewson %!s(int64=21) %!d(string=hai) anos
pai
achega
d63d420930
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/main.c

+ 1 - 1
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