summaryrefslogtreecommitdiff
path: root/pod/modpods/Finddepth.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/modpods/Finddepth.pod')
-rw-r--r--pod/modpods/Finddepth.pod8
1 files changed, 3 insertions, 5 deletions
diff --git a/pod/modpods/Finddepth.pod b/pod/modpods/Finddepth.pod
index 022ddaf9f4..c6512655d1 100644
--- a/pod/modpods/Finddepth.pod
+++ b/pod/modpods/Finddepth.pod
@@ -2,7 +2,7 @@
finddepth - traverse a directory structure depth-first
-=head1 SYNOPSYS
+=head1 SYNOPSIS
use File::Finddepth;
finddepth(\&wanted, '/foo','/bar');
@@ -10,7 +10,5 @@ finddepth - traverse a directory structure depth-first
=head2 DESCRIPTION
-This is just like C<File::Find>, except that it does a depthfirst
-search uses finddepth() rather than find(), and performs a
-depth-first search.
-
+This is just like C<File::Find>, except that it does a depth-first
+search and uses finddepth() rather than find().