diff --git a/ddos/server.c b/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; }