summaryrefslogtreecommitdiff
path: root/stdio-common/psiginfo-data.h
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2013-10-12 14:21:55 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-10-12 14:47:50 +0200
commit5560275828a1a8f3614b87999c9fd2831d0b232d (patch)
tree14244c38d7067937f57a8ac30587e3fd959a7682 /stdio-common/psiginfo-data.h
parent9cd8330240f930c5509592cd8d57133e52ac30e7 (diff)
Fix typos.
Diffstat (limited to 'stdio-common/psiginfo-data.h')
-rw-r--r--stdio-common/psiginfo-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/psiginfo-data.h b/stdio-common/psiginfo-data.h
index 02ebf8af29..05bb76c179 100644
--- a/stdio-common/psiginfo-data.h
+++ b/stdio-common/psiginfo-data.h
@@ -34,7 +34,7 @@ P (TRAP_TRACE, N_("Process trace trap"))
#if NOW == SIGCLD
P (CLD_EXITED, N_("Child has exited"))
P (CLD_KILLED, N_("Child has terminated abnormally and did not create a core file"))
-P (CLD_DUMPED, N_("Child hat terminated abnormally and created a core file"))
+P (CLD_DUMPED, N_("Child has terminated abnormally and created a core file"))
P (CLD_TRAPPED, N_("Traced child has trapped"))
P (CLD_STOPPED, N_("Child has stopped"))
P (CLD_CONTINUED, N_("Stopped child has continued"))