summaryrefslogtreecommitdiff
path: root/tests/misc/tty-eof
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-28 16:07:33 +0000
committerJim Meyering <jim@meyering.net>2003-04-28 16:07:33 +0000
commit0553d6683ae9fb4730a113e0dfd6fd9421ce30bf (patch)
treed2bb7e6f703a1de19151ce66b188e71b266c26c8 /tests/misc/tty-eof
parent412c38a757eb4e579606cb1d4ecd886ff24ae10f (diff)
downloadcoreutils-0553d6683ae9fb4730a113e0dfd6fd9421ce30bf.tar.xz
correct grammar in comment
Diffstat (limited to 'tests/misc/tty-eof')
-rwxr-xr-xtests/misc/tty-eof2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tty-eof b/tests/misc/tty-eof
index 784bd204d..831626e6a 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|.*/||;