This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in pod/perltodo.pod
authorAbigail <abigail@abigail.be>
Fri, 9 Jan 2009 16:38:06 +0000 (17:38 +0100)
committerAbigail <abigail@abigail.be>
Fri, 9 Jan 2009 16:38:06 +0000 (17:38 +0100)
pod/perltodo.pod

index ee35bf6..31c0931 100644 (file)
@@ -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