fixed a small grammar typo - sic - simple irc client
HTML git clone git://git.suckless.org/sic
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 73e181ce5bf93c857b843396efff154b02730f2d
DIR parent 9197fee8a9045b9555ffe12387524b2fc4a16805
HTML Author: arg@mig29 <unknown>
Date: Thu, 9 Nov 2006 17:37:57 +0100
fixed a small grammar typo
Diffstat:
M sic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/sic.c b/sic.c
@@ -301,7 +301,7 @@ main(int argc, char *argv[]) {
exit(EXIT_FAILURE);
} else if(i == 0) {
if(time(NULL) - trespond >= PINGTIMEOUT) {
- pout(server, "-!- sic shutting down: parseing timeout");
+ pout(server, "-!- sic shutting down: parse timeout");
exit(EXIT_FAILURE);
}
write(srv, ping, strlen(ping));