[or-cvs] Fix another typo

Nick Mathewson nickm at seul.org
Wed Nov 3 01:31:45 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv26768/src/or

Modified Files:
	main.c 
Log Message:
Fix another typo

Index: main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/main.c,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -d -r1.348 -r1.349
--- main.c	2 Nov 2004 23:47:32 -0000	1.348
+++ main.c	3 Nov 2004 01:31:42 -0000	1.349
@@ -615,7 +615,7 @@
 
 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



More information about the tor-commits mailing list