From 69e0e65915762e6ce6c28a63dc88d7e9f6f4c88b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 19 Jun 2013 08:51:51 -0700 Subject: [PATCH] Fix spelling typo in newly-added comment. --- tests/zgrep-signal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zgrep-signal b/tests/zgrep-signal index 5475e5e..0699132 100755 --- a/tests/zgrep-signal +++ b/tests/zgrep-signal @@ -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 -- 2.30.2