From: Rafael Garcia-Suarez Date: Tue, 4 Mar 2003 19:56:28 +0000 (+0000) Subject: Doc typos. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d355c6e8e3a90a29acd06f8374ed90c53267bb2;p=p5sagit%2Fp5-mst-13.2.git Doc typos. p4raw-id: //depot/perl@18825 --- diff --git a/lib/File/Find.pm b/lib/File/Find.pm index 9b15494..c5f2a5a 100644 --- a/lib/File/Find.pm +++ b/lib/File/Find.pm @@ -14,7 +14,7 @@ File::Find - Traverse a directory tree. =head1 SYNOPSIS use File::Find; - find(\&wanted, @directories_to_seach); + find(\&wanted, @directories_to_search); sub wanted { ... } use File::Find; @@ -39,7 +39,7 @@ but have subtle differences. find(\%options, @directories); find() does a breadth-first search over the given @directories in the -order they are given. In essense, it works from the top down. +order they are given. In essence, it works from the top down. For each file or directory found the &wanted subroutine is called (see below for details). Additionally, for each directory found it will go