From: Jerry D. Hedden <jdhedden@cpan.org>
Date: Thu, 26 Oct 2006 06:50:04 +0000 (-0700)
Subject: Fix typo in File::Find POD
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b807ffce5a6398cd7b6fcdae69415758b115ceaa;p=p5sagit%2Fp5-mst-13.2.git

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
---

diff --git a/lib/File/Find.pm b/lib/File/Find.pm
index 864c207..77a4bab 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