summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-09-16 20:11:24 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-09-16 20:11:24 +0000
commit2a566d194dc9ee0eabd768dd3fb6375558b5f563 (patch)
tree460690ffecd75cf87851ae8901bea2358b9b01fb /src
parentb9c4c480d223e7f084a7f165a295872d78952fcd (diff)
downloadtinyproxy-2a566d194dc9ee0eabd768dd3fb6375558b5f563.tar.gz
tinyproxy-2a566d194dc9ee0eabd768dd3fb6375558b5f563.zip
Fixed a spelling mistake.
Diffstat (limited to '')
-rw-r--r--src/stats.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stats.h b/src/stats.h
index c9d4985..c2d21f8 100644
--- a/src/stats.h
+++ b/src/stats.h
@@ -1,4 +1,4 @@
-/* $Id: stats.h,v 1.1 2000-09-12 00:06:09 rjkaes Exp $
+/* $Id: stats.h,v 1.2 2001-09-16 20:11:24 rjkaes Exp $
*
* See 'stats.h' for a detailed description.
*
@@ -22,7 +22,7 @@
* Various logable statistics
*/
typedef enum {
- STAT_BADCONN, /* bad connection, for unknonw reason */
+ STAT_BADCONN, /* bad connection, for unknown reason */
STAT_OPEN, /* connection opened */
STAT_CLOSE, /* connection closed */
STAT_REFUSE, /* connection refused (to outside world) */