summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-03 02:56:56 +0900
committerJesse Vincent <jesse@bestpractical.com>2009-10-03 03:28:47 +0900
commit278eac9e949d88d30a01e0934cd5e9668188aa8a (patch)
treebe696bea071b7cee9fd58698cec3c85e768213c6
parentb4d6b7c5c23218504515ce66d6416b98e769fdfc (diff)
downloadperl-278eac9e949d88d30a01e0934cd5e9668188aa8a.tar.gz
Typo fixes in perldelta
-rw-r--r--pod/perl5110delta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod
index a331207ed1..05de290854 100644
--- a/pod/perl5110delta.pod
+++ b/pod/perl5110delta.pod
@@ -382,7 +382,7 @@ The C<each> 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 *