From 5560275828a1a8f3614b87999c9fd2831d0b232d Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sat, 12 Oct 2013 14:21:55 +0200 Subject: Fix typos. --- stdio-common/psiginfo-data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/psiginfo-data.h') 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")) -- cgit v1.2.3