Improve spelling
This commit is contained in:
parent
d94d68767a
commit
dd332f377c
@ -963,7 +963,7 @@ int main (int argc, char **argv)
|
|||||||
|
|
||||||
if (! WIFEXITED (status) || WEXITSTATUS (status) != 0) {
|
if (! WIFEXITED (status) || WEXITSTATUS (status) != 0) {
|
||||||
if (! quiet)
|
if (! quiet)
|
||||||
eerrorx ("%s: failed to started `%s'", progname, exec);
|
eerrorx ("%s: failed to start `%s'", progname, exec);
|
||||||
exit (EXIT_FAILURE);
|
exit (EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user