Introduction
Introduction Statistics Contact Development Disclaimer Help
fixed a small grammar typo - 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:
M sic.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 …
+ pout(server, "-!- sic shutting down: parse tim…
exit(EXIT_FAILURE);
}
write(srv, ping, strlen(ping));
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.