diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/ficsmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/ficsmain.c b/FICS/ficsmain.c index d9ba3d1..d6efd59 100644 --- a/FICS/ficsmain.c +++ b/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); |