Improve spelling

This commit is contained in:
Roy Marples 2007-05-27 16:02:25 +00:00
parent d94d68767a
commit dd332f377c

View File

@ -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);
}