spell checking: 'cannot set the limit' sounds better...
authorMarkus Bröker <mbroeker@largo.dyndns.tv>
Fri, 19 Nov 2010 16:43:20 +0100
changeset 161 36f763c8ab16
parent 160 26414889dded
child 162 fad55be2d07c
spell checking: 'cannot set the limit' sounds better... committer: Markus Bröker <mbroeker@largo.homelinux.org>
ddos/server.c
--- a/ddos/server.c
+++ b/ddos/server.c
@@ -109,7 +109,7 @@
     signal (SIGCHLD, SIG_IGN);
 
     if (set_proc_limit (200) != 0) {
-        printf ("Cannot limit the process limit\n");
+        printf ("Cannot set the process limit\n");
         return EXIT_FAILURE;
     }