summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-29 11:48:41 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-29 11:48:41 -0700
commitb287954196ad3a02b695582ff182278e24610ab5 (patch)
tree6b5efb4f47154394feef73f3864b26cb961f9dbd /lib
parentf9417615f454460d5d0620b8ddce9c56abed6ac2 (diff)
downloadperl-b287954196ad3a02b695582ff182278e24610ab5.tar.gz
DosGlob: Comment typo
Diffstat (limited to 'lib')
-rw-r--r--lib/File/DosGlob.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/DosGlob.pm b/lib/File/DosGlob.pm
index 23504ad220..7e57175ca3 100644
--- a/lib/File/DosGlob.pm
+++ b/lib/File/DosGlob.pm
@@ -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) {