fixed a small grammar typo
This commit is contained in:
parent
9197fee8a9
commit
73e181ce5b
2
sic.c
2
sic.c
@ -301,7 +301,7 @@ main(int argc, char *argv[]) {
|
|||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
} else if(i == 0) {
|
} else if(i == 0) {
|
||||||
if(time(NULL) - trespond >= PINGTIMEOUT) {
|
if(time(NULL) - trespond >= PINGTIMEOUT) {
|
||||||
pout(server, "-!- sic shutting down: parseing timeout");
|
pout(server, "-!- sic shutting down: parse timeout");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
write(srv, ping, strlen(ping));
|
write(srv, ping, strlen(ping));
|
||||||
|
Loading…
Reference in New Issue
Block a user