From 4399cfbdda458d6df526791fcfab927f82e5145d Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 24 Sep 2001 19:07:14 +0000 Subject: [PATCH] Fixed typo in error message (whoopee). --- src/sbbs3/ident.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/ident.c b/src/sbbs3/ident.c index 006334eda0..38062ffca0 100644 --- a/src/sbbs3/ident.c +++ b/src/sbbs3/ident.c @@ -67,7 +67,7 @@ char* identify(SOCKADDR_IN* client_addr, u_short local_port, char* buf, size_t m } rd=recv(sock,buf,maxlen,0); if(rd<1) { - sprintf(buf,"ERROR %d receving response",ERROR_VALUE); + sprintf(buf,"ERROR %d receiving response",ERROR_VALUE); break; } buf[rd]=0; -- GitLab