Description: fix POD spelling errors
Origin: vendor
Bug:
https://rt.cpan.org/Ticket/Display.html?id=71131
Forwarded: yes
Author: Jonathan Yu <jawnsy@cpan.org>, intrigeri <intrigeri+debian@boum.org>
Reviewed-by: Salvatore Bonaccorso <carnil@debian.org>, gregor herrmann <gregoa@debian.org>
Last-Update: 2011-12-11
--- a/lib/Regexp/Common.pm
+++ b/lib/Regexp/Common.pm
@@ -681,7 +681,7 @@
be made available - the wanted sets should be given as arguments to
C<use>. Alternatively, it is also possible to indicate which sets of
patterns should not be made available - those sets will be given as
-argument to the C<use> statement, but are preceeded with an exclaimation
+argument to the C<use> statement, but are preceded with an exclaimation
mark. The argument I<no_defaults> indicates none of the default patterns
should be made available. This is useful for instance if all you want
is the C<pattern()> subroutine.
@@ -699,7 +699,7 @@
use Regexp::Common qw /my_patterns/;
Note that the default patterns will still be made available - only if
-you use I<no_defaults>, or mention one of the default sets explicitely,
+you use I<no_defaults>, or mention one of the default sets explicitly,
the non mentioned defaults aren't made available.
=head2 List of available patterns
@@ -789,7 +789,7 @@
=item C<Can't create unknown regex: $RE{...}>
Regexp::Common doesn't have a generator for the requested pattern.
-Often indicates a mispelt or missing parameter.
+Often indicates a misspelt or missing parameter.
=item
C<Perl %f does not support the pattern $RE{...}.