From 6d3ed3f16f7c427b22e8087804cea0f9874f4358 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Thu, 31 Mar 2011 21:43:53 +0200 Subject: fix common misspellings These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ --- src/daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon.c') diff --git a/src/daemon.c b/src/daemon.c index 89de9b9f..8bca9095 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -80,7 +80,7 @@ daemonize_kill(void) ret = kill(pid, SIGTERM); if (ret < 0) - MPD_ERROR("unable to kill proccess %i: %s", + MPD_ERROR("unable to kill process %i: %s", pid, g_strerror(errno)); exit(EXIT_SUCCESS); -- cgit v1.2.3