From: Stefano Lattarini Date: Tue, 29 Jan 2013 12:24:50 +0000 (+0100) Subject: typofix: in comments in 't/ax/test-lib.sh' X-Git-Tag: v1.13.1d~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24dbfd93188d5302545d55b59a3853b2115a982e;p=thirdparty%2Fautomake.git typofix: in comments in 't/ax/test-lib.sh' Signed-off-by: Stefano Lattarini --- diff --git a/t/ax/test-lib.sh b/t/ax/test-lib.sh index 81f917015..a3c16eed8 100644 --- a/t/ax/test-lib.sh +++ b/t/ax/test-lib.sh @@ -258,7 +258,7 @@ am_set_exit_traps () trap "fatal_ 'caught signal SIGINT'" 2 trap "fatal_ 'caught signal SIGTERM'" 15 # Various shells seems to just ignore SIGQUIT under some circumstances, - # even if the signal is not blocked; however, if the signal it trapped, + # even if the signal is not blocked; however, if the signal is trapped, # the trap gets correctly executed. So we also trap SIGQUIT. # Here is a list of some shells that have been verified to exhibit the # problematic behavior with SIGQUIT: