From: Paul Eggert Date: Wed, 19 Jun 2013 15:51:51 +0000 (-0700) Subject: Fix spelling typo in newly-added comment. X-Git-Tag: v1.7~52 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=69e0e65915762e6ce6c28a63dc88d7e9f6f4c88b;p=debian%2Fgzip Fix spelling typo in newly-added comment. --- 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