diff options
author | Roy Marples <roy@marples.name> | 2007-05-27 16:02:25 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-05-27 16:02:25 +0000 |
commit | dd332f377c014b2011100e3ab93caa9258a14bdf (patch) | |
tree | a04247a547a82d6a1eece8df260060234061dc37 /src | |
parent | d94d68767aab2b05d369092111338e25ba69e027 (diff) |
Improve spelling
Diffstat (limited to 'src')
-rw-r--r-- | src/start-stop-daemon.c | 2 |
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); } |