This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Fix typo
authorKarl Williamson <khw@cpan.org>
Mon, 24 Aug 2015 20:07:32 +0000 (14:07 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 24 Aug 2015 20:13:21 +0000 (14:13 -0600)
Spotted by Lukas Mai

pod/perldelta.pod

index c91c981..4ba2138 100644 (file)
@@ -352,7 +352,7 @@ C<qr/(?[ () ])/> no longer segfaults, giving a syntax error message instead.
 
 =item *
 
-Regular expression possesive quantifier v5.20 regression now fixed.
+Regular expression possessive quantifier v5.20 regression now fixed.
 C<qr/>I<PAT>C<{>I<min>,I<max>C<}+>C</> is supposed to behave identically
 to C<qr/(?E<gt>>I<PAT>C<{>I<min>,I<max>C<})/>.  Since v5.20, this didn't
 work if I<min> and I<max> were equal.  [perl #125825]