summaryrefslogtreecommitdiffhomepage
path: root/src/stats.c
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-24 04:45:32 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-24 04:45:32 +0000
commit391a408eee5351b4c4714f9edfe358d924ea80bc (patch)
tree9b469da70856e1c1294f94a3feacd5909b060665 /src/stats.c
parenta34db10d653b296ee9ed3a2c742baf600978cae8 (diff)
Fixed a tonne of spelling mistakes.
Diffstat (limited to 'src/stats.c')
-rw-r--r--src/stats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stats.c b/src/stats.c
index c239d94..d14a92c 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -1,4 +1,4 @@
-/* $Id: stats.c,v 1.8 2002-05-23 18:20:27 rjkaes Exp $
+/* $Id: stats.c,v 1.9 2002-05-24 04:45:32 rjkaes Exp $
*
* This module handles the statistics for tinyproxy. There are only two
* public API functions. The reason for the functions, rather than just a
@@ -47,7 +47,7 @@ pthread_mutex_t stats_mutex = PTHREAD_MUTEX_INITIALIZER;
#define UNLOCK() pthread_mutex_unlock(&stats_mutex)
/*
- * Initialise the statistics information to zero.
+ * Initialize the statistics information to zero.
*/
void
init_stats(void)