From: arg@mig29 Date: Thu, 9 Nov 2006 16:37:57 +0000 (+0100) Subject: fixed a small grammar typo X-Git-Url: https://git.armaanb.net/?p=sic.git;a=commitdiff_plain;h=73e181ce5bf93c857b843396efff154b02730f2d fixed a small grammar typo --- diff --git a/sic.c b/sic.c index e5dc50a..89f6a33 100644 --- 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));