From 2a566d194dc9ee0eabd768dd3fb6375558b5f563 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Sun, 16 Sep 2001 20:11:24 +0000 Subject: Fixed a spelling mistake. --- src/stats.h | 4 ++-- 1 file 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) */ -- cgit v1.2.3