From: Jim Meyering Date: Mon, 28 Apr 2003 16:07:33 +0000 (+0000) Subject: correct grammar in comment X-Git-Tag: v5.0.1~645 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0553d6683ae9fb4730a113e0dfd6fd9421ce30bf;p=thirdparty%2Fcoreutils.git correct grammar in comment --- diff --git a/tests/misc/tty-eof b/tests/misc/tty-eof index 784bd204d4..831626e6aa 100755 --- a/tests/misc/tty-eof +++ b/tests/misc/tty-eof @@ -15,7 +15,7 @@ exec $PERL -w -- - <<\EOF # Ensure that cat exits upon a single EOF (^D) from a tty. # Do the same for all programs that can read stdin, -# requiring no arguments and that write to standard output. +# require no arguments and that write to standard output. use strict; (my $ME = $ENV{ARGV_0}) =~ s|.*/||;