Fix spelling typo in newly-added comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Jun 2013 15:51:51 +0000 (08:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Jun 2013 15:51:51 +0000 (08:51 -0700)
tests/zgrep-signal

index 5475e5e6204578fbdb79294f91f9732e4a1c81b7..069913279ab11022d7b03fc6e064227488723994 100755 (executable)
@@ -28,7 +28,7 @@ test "x$PERL" = x && PERL=perl
 
 # Run the arguments as a command, in a process where stdout is a
 # dangling pipe and SIGPIPE has the default signal-handling action.
-# This can't be done portably in the shell, becausee if SIGPIPE is
+# This can't be done portably in the shell, because if SIGPIPE is
 # ignored when the shell is entered, the shell might refuse to trap
 # it.  Fall back on Perl+POSIX, if available.  Take care to close the
 # pipe's read end before running the program; the equivalent of the