diff options
Diffstat (limited to 'cpan/podlators/t/text/options.t')
-rw-r--r-- | cpan/podlators/t/text/options.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/podlators/t/text/options.t b/cpan/podlators/t/text/options.t index 3338aa63c2..ab9350c7f0 100644 --- a/cpan/podlators/t/text/options.t +++ b/cpan/podlators/t/text/options.t @@ -71,7 +71,7 @@ while (<DATA>) { last if $_ eq "###\n"; $expected .= $_; } - is ($output, $expected, "Ouput correct for test $n"); + is ($output, $expected, "Output correct for test $n"); open (ERR, "out$$.err") or die "Cannot open out$$.err: $!\n"; my $errors; { |