From 278eac9e949d88d30a01e0934cd5e9668188aa8a Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 3 Oct 2009 02:56:56 +0900 Subject: [PATCH] Typo fixes in perldelta --- pod/perl5110delta.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 * -- 1.8.3.1