]> arthur.barton.de Git - ngircd-alex.git/commitdiff
fix spelling
authorFlorian Westphal <fw@strlen.de>
Sat, 16 Apr 2005 20:50:03 +0000 (20:50 +0000)
committerFlorian Westphal <fw@strlen.de>
Sat, 16 Apr 2005 20:50:03 +0000 (20:50 +0000)
src/ngircd/conn.c

index 663ec6f8420bc4361c727d78a44af9f0ad76e10c..f9ea1bcc167543e7059bcf73d3bccf593a96b44c 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: conn.c,v 1.147 2005/04/16 09:19:49 fw Exp $";
+static char UNUSED id[] = "$Id: conn.c,v 1.148 2005/04/16 20:50:03 fw Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -1006,7 +1006,7 @@ New_Connection( int Sock )
                }
                if( new_size < Pool_Size )
                {
-                       Log( LOG_ALERT, "Can't accespt connection: limit (%d) reached -- overflow!", Pool_Size );
+                       Log( LOG_ALERT, "Can't accept connection: limit (%d) reached -- overflow!", Pool_Size );
                        Simple_Message( new_sock, "ERROR :Connection limit reached" );
                        close( new_sock );
                        return;