about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2003-04-20 23:09:43 +0000
committerAlexander Barton <alex@barton.de>2003-04-20 23:09:43 +0000
commit0b91df05e0b85980292956973b339ecce31e28ed (patch)
tree2c9105d8c00b86fe229651f5a32046b49af66ab9 /src
parentfeafb6cb2e1979918d934689ac7186cf7e963663 (diff)
downloadngircd-0b91df05e0b85980292956973b339ecce31e28ed.tar.gz
ngircd-0b91df05e0b85980292956973b339ecce31e28ed.zip
Fixed spelling mistake :-)
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c
index eae841b4..9d6071e1 100644
--- a/src/ngircd/conf.c
+++ b/src/ngircd/conf.c
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: conf.c,v 1.55 2003/03/31 15:54:21 alex Exp $";
+static char UNUSED id[] = "$Id: conf.c,v 1.56 2003/04/20 23:09:43 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -412,7 +412,7 @@ Read_Config( VOID )
 			{
 				/* Mark server as "once" */
 				Conf_Server[i].flags |= CONF_SFLAG_ONCE;
-				Log( LOG_DEBUG, "Market server %d as \"once\"", i );
+				Log( LOG_DEBUG, "Marked server %d as \"once\"", i );
 			}
 		}
 	}