Fix typo in File::Find POD
Jerry D. Hedden [Thu, 26 Oct 2006 06:50:04 +0000 (23:50 -0700)]
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com>

p4raw-id: //depot/perl@29115

lib/File/Find.pm

index 864c207..77a4bab 100644 (file)
@@ -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