]> git.armaanb.net Git - sic.git/blobdiff - sic.c
fixed a small grammar typo
[sic.git] / sic.c
diff --git a/sic.c b/sic.c
index e5dc50ae4b8f52a6de360b493d051eeae2ea3fc0..89f6a339fb05616a7a8b4073985ccbb5b1b6191b 100644 (file)
--- 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));