aboutsummaryrefslogtreecommitdiff
path: root/src/progman.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-12 20:09:57 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-12 20:09:57 +0300
commitc01715d49064110d9ed7236d1f02ed2a0418cfdc (patch)
treee298e5cb417b5fb83f277dc8d77e70e040d7c477 /src/progman.c
parent85563afeac954a50de7e4c207f43b57a4e63e474 (diff)
downloadpies-c01715d49064110d9ed7236d1f02ed2a0418cfdc.tar.gz
pies-c01715d49064110d9ed7236d1f02ed2a0418cfdc.tar.bz2
Version 1.3.92
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.