@@ 82,7 82,7 @@ signal_handler(int signum)
* either. Also I'm not a fan of global variables.
*/
printf("WARN : Cannot exit gracefully on Minix.\n"
- " : Watch out for those memory leaks.\n");
+ " : Watch out for those memory leaks.\n");
exit(EXIT_SUCCESS);
#endif /* __minix */
}