typofix: in comments in 't/ax/test-lib.sh'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 29 Jan 2013 12:24:50 +0000 (13:24 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 15 Feb 2013 14:03:02 +0000 (15:03 +0100)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/ax/test-lib.sh

index 81f9170..a3c16ee 100644 (file)
@@ -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: