This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
DosGlob: Comment typo
authorFather Chrysostomos <sprout@cpan.org>
Sat, 29 Oct 2011 18:48:41 +0000 (11:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 29 Oct 2011 18:48:41 +0000 (11:48 -0700)
lib/File/DosGlob.pm

index 23504ad..7e57175 100644 (file)
@@ -132,7 +132,7 @@ sub glob {
       # Mike Mestnik: made to do abc{1,2,3} == abc1 abc2 abc3.
       #   abc3 will be the original {3} (and drop the {}).
       #   abc1 abc2 will be put in @appendpat.
-      # This was just the esiest way, not nearly the best.
+      # This was just the easiest way, not nearly the best.
       REHASH: {
        my @appendpat = ();
        for (@pat) {