summaryrefslogtreecommitdiff
path: root/libc/stdio-common/psiginfo-data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio-common/psiginfo-data.h')
-rw-r--r--libc/stdio-common/psiginfo-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio-common/psiginfo-data.h b/libc/stdio-common/psiginfo-data.h
index 02ebf8af2..05bb76c17 100644
--- a/libc/stdio-common/psiginfo-data.h
+++ b/libc/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"))