summaryrefslogtreecommitdiff
path: root/lib/File/Find.pm
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2006-10-25 23:50:04 -0700
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-10-26 14:08:03 +0000
commitb807ffce5a6398cd7b6fcdae69415758b115ceaa (patch)
tree31a3c7bd131641b40dd12cb992357f0e73c93d4a /lib/File/Find.pm
parent370da8adc0436b845a1195c41588f22fd8a81694 (diff)
downloadperl-b807ffce5a6398cd7b6fcdae69415758b115ceaa.tar.gz
Fix typo in File::Find POD
From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com> p4raw-id: //depot/perl@29115
Diffstat (limited to 'lib/File/Find.pm')
-rw-r--r--lib/File/Find.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Find.pm b/lib/File/Find.pm
index 864c20780b..77a4bab535 100644
--- a/lib/File/Find.pm
+++ b/lib/File/Find.pm
@@ -56,7 +56,7 @@ C<&wanted> function on each file or subdirectory in the directory.
finddepth(\&wanted, @directories);
finddepth(\%options, @directories);
-C<finddepth()> works just like C<find()> except that is invokes the
+C<finddepth()> works just like C<find()> except that it invokes the
C<&wanted> function for a directory I<after> invoking it for the
directory's contents. It does a postorder traversal instead of a
preorder traversal, working from the bottom of the directory tree up