repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 0b91df05e0b85980292956973b339ecce31e28ed:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 0b91df05e0b85980292956973b339ecce31e28ed
Author: Alexander Barton 
Date:   Sun Apr 20 23:09:43 2003 +0000

    Fixed spelling mistake :-)

diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c
index eae841b4343787ebf9805f6c1cb52d4696106099..
index ..9d6071e1e5c165c90a535b42450329a754e0dab3 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 
@@ -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 );
 			}
 		}
 	}

-----END OF PAGE-----