sic

simple irc client
git clone git://git.suckless.org/sic
Log | Files | Refs | README | LICENSE

commit 73e181ce5bf93c857b843396efff154b02730f2d
parent 9197fee8a9045b9555ffe12387524b2fc4a16805
Author: arg@mig29 <unknown>
Date:   Thu,  9 Nov 2006 17:37:57 +0100

fixed a small grammar typo
Diffstat:
Msic.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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