diff options
author | Shawn M Moore <sartak@bestpractical.com> | 2011-06-14 19:37:32 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-06-16 15:11:26 -0400 |
commit | f505ea8ca238426fd115f89e54ba30c12df25d6a (patch) | |
tree | 8ec202658e1eb52122fe4655333e02653ef3b081 /dist | |
parent | f4c5a8fc16bd873fe7a0aa0a84f6b3ea9068c1a3 (diff) | |
download | perl-f505ea8ca238426fd115f89e54ba30c12df25d6a.tar.gz |
Comment grammar and clarity fix
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Pod-Perldoc/lib/Pod/Perldoc.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Pod-Perldoc/lib/Pod/Perldoc.pm b/dist/Pod-Perldoc/lib/Pod/Perldoc.pm index 964b2f82ae..268dd5bb40 100644 --- a/dist/Pod-Perldoc/lib/Pod/Perldoc.pm +++ b/dist/Pod-Perldoc/lib/Pod/Perldoc.pm @@ -484,7 +484,7 @@ sub find_good_formatter_class { } elsif( (IS_VMS or IS_MSWin32 or IS_Dos or IS_OS2) - # the alway case-insensitive fs's + # the always case-insensitive filesystems and $class_seen{lc("~$c")}++ ) { DEBUG > 4 and print |