diff options
Diffstat (limited to 'stdio-common/psiginfo-data.h')
-rw-r--r-- | stdio-common/psiginfo-data.h | 2 |
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")) |