summaryrefslogtreecommitdiff
path: root/t/ax/test-lib.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-29 13:24:50 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-02-15 15:03:02 +0100
commit24dbfd93188d5302545d55b59a3853b2115a982e (patch)
tree142357df7b36587ba7ee15ea39fd934a1a316d44 /t/ax/test-lib.sh
parentd3844bbf1e1fb6ee580e24a9746ed5753b8c00b0 (diff)
downloadautomake-24dbfd93188d5302545d55b59a3853b2115a982e.tar.gz
typofix: in comments in 't/ax/test-lib.sh'
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/ax/test-lib.sh')
-rw-r--r--t/ax/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
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: