fixed a small grammar typo

This commit is contained in:
arg@mig29 2006-11-09 17:37:57 +01:00
parent 9197fee8a9
commit 73e181ce5b

2
sic.c
View File

@ -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));