Package: perl-doc
Version: 5.12.4-4
Severity: minor
Tags: patch

Please see the attached patch.

--
Jakub Wilk
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -5726,7 +5726,7 @@
 
 A pattern matching the empty string (not to be confused with
 an empty pattern C<//>, which is just one member of the set of patterns
-matching the epmty string), splits EXPR into individual
+matching the empty string), splits EXPR into individual
 characters.  For example:
 
     print join(':', split(/ */, 'hi there')), "\n";

Reply via email to