Commit Diff


commit - 54344d2dc0290621fafa57895968d65c508aa03a
commit + 06d33ea593518c18b245b35f6fe942a315c8a21e
blob - d9ba3d14d96afa4664dc8d92ae35b00c13c2c889
blob + d6efd597c9fa195b08dbbd3bdb098b4cbd001ffc
--- FICS/ficsmain.c
+++ FICS/ficsmain.c
@@ -82,7 +82,7 @@ daemonize(void)
 
 	if (file_exists(DAEMON_LOCKFILE)) {
 		errx(1, "%s: %s: already exists\ndelete the file manually and "
-		    "try again after making sure that no copy of the program "
+		    "try again after making sure that\nno copy of the program "
 		    "is already running in the background",
 		    __func__,
 		    DAEMON_LOCKFILE);