Sfoglia il codice sorgente

Fix another typo

svn:r2651
Nick Mathewson 21 anni fa
parent
commit
d63d420930
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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