aboutsummaryrefslogtreecommitdiff
path: root/src/progman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/progman.c')
-rw-r--r--src/progman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progman.c b/src/progman.c
index a6dc418..88f9afa 100644
--- a/src/progman.c
+++ b/src/progman.c
@@ -1402,7 +1402,7 @@ check_stopping (struct prog *prog, time_t now)
{
if (prog->pid == 0)
logmsg (LOG_EMERG,
- _("INTERNAL ERROR: attempting to kill unexisting process %s"),
+ _("INTERNAL ERROR: attempting to kill nonexistent process %s"),
prog_tag (prog));
else if (prog->v.p.comp->flags & CF_SIGGROUP)
kill (-prog->pid, SIGKILL);

Return to:

Send suggestions and report system problems to the System administrator.