diff options
| author | Florian Westphal <fw@strlen.de> | 2005-04-16 20:50:03 +0000 |
|---|---|---|
| committer | Florian Westphal <fw@strlen.de> | 2005-04-16 20:50:03 +0000 |
| commit | 8304210c0678e46f08dd2caf9e55e4e16ab87274 (patch) | |
| tree | f5e6068ef5ce07951bc618ec687b75439aafd24b | |
| parent | aee48a3b38817828b8710ebfc6f189f29822a056 (diff) | |
| download | ngircd-8304210c0678e46f08dd2caf9e55e4e16ab87274.tar.gz ngircd-8304210c0678e46f08dd2caf9e55e4e16ab87274.zip | |
fix spelling
| -rw-r--r-- | src/ngircd/conn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/conn.c b/src/ngircd/conn.c index 663ec6f8..f9ea1bcc 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.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; |