maint: update copyright year, bootstrap, init.sh
[debian/gzip] / tests / zgrep-signal
index 5475e5e6204578fbdb79294f91f9732e4a1c81b7..13783ef1001cecacbfb087b12cce643867e2e71c 100755 (executable)
@@ -2,7 +2,7 @@
 # Check that zgrep is terminated gracefully by signal when
 # its grep/sed pipeline is terminated by a signal.
 
-# Copyright (C) 2010-2013 Free Software Foundation, Inc.
+# Copyright (C) 2010-2016 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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