From dd332f377c014b2011100e3ab93caa9258a14bdf Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 27 May 2007 16:02:25 +0000 Subject: Improve spelling --- src/start-stop-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index 64f5061f..5d56ba4d 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -963,7 +963,7 @@ int main (int argc, char **argv) if (! WIFEXITED (status) || WEXITSTATUS (status) != 0) { if (! quiet) - eerrorx ("%s: failed to started `%s'", progname, exec); + eerrorx ("%s: failed to start `%s'", progname, exec); exit (EXIT_FAILURE); } -- cgit v1.2.3