summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 23:14:00 -0800
committerAbigail <abigail@abigail.be>2011-01-07 11:21:48 +0100
commitc69ca1d4c45d8f9405e06ad3419c8ab43c8ae1d0 (patch)
tree5901edce96f54f37cc26a2c3591fbe0428626de9 /pod/perltodo.pod
parent93f09d7ba52fad6ba827274ee4fa13235edb2b44 (diff)
downloadperl-c69ca1d4c45d8f9405e06ad3419c8ab43c8ae1d0.tar.gz
Fix typos in pod/*
# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81906] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81906 >
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 3bd0c06a4e..e77f501ff3 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -189,7 +189,7 @@ The F<installman> script is slow. All it is doing text processing, which we're
told is something Perl is good at. So it would be nice to know what it is doing
that is taking so much CPU, and where possible address it.
-=head2 enable lexical enabling/disabling of inidvidual warnings
+=head2 enable lexical enabling/disabling of individual warnings
Currently, warnings can only be enabled or disabled by category. There
are times when it would be useful to quash a single warning, not a
@@ -929,7 +929,7 @@ be C<*$> instead. (This is changed in F<opcode.pl>)
Currently C<$foo ~~ $object> will die with the message "Smart matching a
non-overloaded object breaks encapsulation". It would be nice to allow
-to bypass this by using explictly the syntax C<$foo ~~ %$object> or
+to bypass this by using explicitly the syntax C<$foo ~~ %$object> or
C<$foo ~~ @$object>.
=head2 error reporting of [$a ; $b]