summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2009-01-09 17:38:06 +0100
committerAbigail <abigail@abigail.be>2009-01-09 17:38:06 +0100
commit9a2f2e6b8d943ea576698bde6af6f50ed24fde0c (patch)
tree60fa05a08111d819dbeac03dee7276ae80abad85
parent699e896abc7963ec2c84095c82ad2d565876c2cd (diff)
downloadperl-9a2f2e6b8d943ea576698bde6af6f50ed24fde0c.tar.gz
Fix typo in pod/perltodo.pod
-rw-r--r--pod/perltodo.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index ee35bf6772..31c0931af3 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -983,7 +983,7 @@ See also L</"Extend PerlIO and PerlIO::Scalar">.
=head2 Investigate PADTMP hash pessimisation
-The peephole optimier converts constants used for hash key lookups to shared
+The peephole optimiser converts constants used for hash key lookups to shared
hash key scalars. Under ithreads, something is undoing this work.
See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-09/msg00793.html