]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
correct grammar in comment
authorJim Meyering <jim@meyering.net>
Mon, 28 Apr 2003 16:07:33 +0000 (16:07 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Apr 2003 16:07:33 +0000 (16:07 +0000)
tests/misc/tty-eof

index 784bd204d40d45bbdfa367242c3b0d9a7c6b2712..831626e6aa4bf3b8bcc29549cd5c7b19cb1d7bbe 100755 (executable)
@@ -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|.*/||;