typo fixes for delta pods
authorDavid Steinbrunner <dsteinbrunner@pobox.com>
Tue, 21 May 2013 11:26:05 +0000 (07:26 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 25 May 2013 13:17:16 +0000 (15:17 +0200)
pod/perl5120delta.pod
pod/perl5121delta.pod
pod/perl5180delta.pod

index 6cbfb7a..b8bd646 100644 (file)
@@ -279,7 +279,7 @@ functions to check a scalar against these rules.
 
 =head2 @INC reorganization
 
-In C<@INC>, C<ARCHLIB> and C<PRIVLIB> now occur after after the current
+In C<@INC>, C<ARCHLIB> and C<PRIVLIB> now occur after the current
 version's C<site_perl> and C<vendor_perl>.  Modules installed into
 C<site_perl> and C<vendor_perl> will now be loaded in preference to
 those installed in C<ARCHLIB> and C<PRIVLIB>.
@@ -743,7 +743,7 @@ the most widely used are the soft hyphen (U+00AD), and BOM, ZWSP, ZWNJ,
 WJ, and similar characters, plus bidirectional controls.
 
 C<\p{Alpha}> now matches the same characters as C<\p{Alphabetic}>. Before
-5.12, Perl's definition definition included a number of things that aren't
+5.12, Perl's definition included a number of things that aren't
 really alpha (all marks) while omitting many that were. The definitions
 of C<\p{Alnum}> and C<\p{Word}> depend on Alpha's definition and have
 changed accordingly.
index a999f14..f1d8759 100644 (file)
@@ -91,7 +91,7 @@ We updated the Github mirror link in L<perlrepository> to mirrors/perl, not gith
 
 =item *
 
-We fixed a minor error in L<perl5114delta.pod>.
+We fixed a minor error in L<perl5114delta.pod>.
 
 =item * 
 
index cc9d4cb..aa244dc 100644 (file)
@@ -112,7 +112,7 @@ Repeated runs of the same program should produce the same output every time.
 
 C<PERL_HASH_SEED> implies a non-default C<PERL_PERTURB_KEYS> setting. Setting
 C<PERL_HASH_SEED=0> (exactly one 0) implies C<PERL_PERTURB_KEYS=0> (hash key
-randomization disabled); settng C<PERL_HASH_SEED> to any other value implies
+randomization disabled); setting C<PERL_HASH_SEED> to any other value implies
 C<PERL_PERTURB_KEYS=2> (deterministic and repeatable hash key randomization).
 Specifying C<PERL_PERTURB_KEYS> explicitly to a different level overrides this
 behavior.
@@ -1908,7 +1908,7 @@ may need to install the hopping module) (@INC contains: ...)"
 
 L<vector argument not supported with alpha versions|perldiag/vector argument not supported with alpha versions>
 
-This warning was not suppressable, even with C<no warnings>.  Now it is
+This warning was not suppressible, even with C<no warnings>.  Now it is
 suppressible, and has been moved from the "internal" category to the
 "printf" category.