repo: ngircd
action: commit
revision: 
path_from: 
revision_from: b9f16c96359100763ce02e62cc5b01d831c62e8c:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit b9f16c96359100763ce02e62cc5b01d831c62e8c
Author: Alexander Barton 
Date:   Sat Aug 30 20:28:54 2003 +0000

    Fixed typo in debug output.

diff --git a/src/ngircd/conn.c b/src/ngircd/conn.c
index 89f0ae66b024ca4070430a8aa6792a31392c8746..
index ..1c16b5da7250cbe094b0c02d818138368b9ca502 100644
--- a/src/ngircd/conn.c
+++ b/src/ngircd/conn.c
@@ -16,7 +16,7 @@

 #include "portab.h"

-static char UNUSED id[] = "$Id: conn.c,v 1.123 2003/04/25 16:47:52 alex Exp $";
+static char UNUSED id[] = "$Id: conn.c,v 1.124 2003/08/30 20:28:54 alex Exp $";

 #include "imp.h"
 #include 
@@ -119,7 +119,7 @@ Conn_Init( VOID )
 		Log( LOG_EMERG, "Can't allocate memory! [Conn_Init]" );
 		exit( 1 );
 	}
-	Log( LOG_DEBUG, "Allocted connection pool for %d items (%ld bytes).", Pool_Size, sizeof( CONNECTION ) * Pool_Size );
+	Log( LOG_DEBUG, "Allocated connection pool for %d items (%ld bytes).", Pool_Size, sizeof( CONNECTION ) * Pool_Size );

 	/* zu Beginn haben wir keine Verbindungen */
 	FD_ZERO( &My_Listeners );

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