From 73e181ce5bf93c857b843396efff154b02730f2d Mon Sep 17 00:00:00 2001 From: "arg@mig29" Date: Thu, 9 Nov 2006 17:37:57 +0100 Subject: [PATCH] fixed a small grammar typo --- sic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.2