]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix typo in comment.
authorJim Meyering <jim@meyering.net>
Sun, 21 Mar 2004 18:47:43 +0000 (18:47 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Mar 2004 18:47:43 +0000 (18:47 +0000)
tests/Fetish.pm

index f063de54baab879ad0cadfdaf6c4c5355c17f126..5d8c26257a80c5740e06898ece5288942952bfee 100644 (file)
@@ -12,7 +12,7 @@ use FileHandle;
 use File::Compare qw(compare);
 
 @ISA = qw(Exporter);
-($VERSION = '$Revision: 1.12 $ ') =~ tr/[0-9].//cd;
+($VERSION = '$Revision: 1.13 $ ') =~ tr/[0-9].//cd;
 @EXPORT = qw (run_tests);
 
 my $debug = $ENV{DEBUG};
@@ -35,7 +35,7 @@ defined $ENV{DJDIR}
 # {filename => 'contents'} filename and contents
 # {filename => undef}      filename only -- $(srcdir)/filename must exist
 #
-# FIXME: If there is more than one input file, the you can't specify REDIRECT.
+# FIXME: If there is more than one input file, then you can't specify `REDIR'.
 # PIPE is still ok.
 #
 # I/O spec: a hash ref with the following properties