From: Jesse Vincent Date: Fri, 2 Oct 2009 17:56:56 +0000 (+0900) Subject: Typo fixes in perldelta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=278eac9e949d88d30a01e0934cd5e9668188aa8a;p=p5sagit%2Fp5-mst-13.2.git Typo fixes in perldelta --- diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index a331207..05de290 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -382,7 +382,7 @@ The C function can now operate on arrays. Perl's core time-related functions are now Y2038 compliant. (With 29 years to spare!) -=head2 C<$,> flexibilty +=head2 C<$,> flexibility The variable C<$,> may now be tied. @@ -1522,7 +1522,7 @@ Tweak the "Illegal character in prototype" warning so it's more precise when rep =item * -Unintented interpolation of $\ in regex +Unintended interpolation of $\ in regex =item *