aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/start-stop-daemon.c2
1 files changed, 1 insertions, 1 deletions
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);
}