summaryrefslogtreecommitdiff
path: root/tests/Fetish.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-21 18:47:43 +0000
committerJim Meyering <jim@meyering.net>2004-03-21 18:47:43 +0000
commit48058ff931dd3cdfd39817843e1f64c9a61447ac (patch)
tree813af872cd2ad06bc487c70575c9250fdbd00597 /tests/Fetish.pm
parent2d4860ef0c9c4bcc343c25aed34b71f00e11a07a (diff)
downloadcoreutils-48058ff931dd3cdfd39817843e1f64c9a61447ac.tar.xz
Fix typo in comment.
Diffstat (limited to 'tests/Fetish.pm')
-rw-r--r--tests/Fetish.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Fetish.pm b/tests/Fetish.pm
index f063de54b..5d8c26257 100644
--- a/tests/Fetish.pm
+++ b/tests/Fetish.pm
@@ -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