From: Abigail <abigail@abigail.be>
Date: Fri, 9 Jan 2009 16:38:06 +0000 (+0100)
Subject: Fix typo in pod/perltodo.pod
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a2f2e6b8d943ea576698bde6af6f50ed24fde0c;p=p5sagit%2Fp5-mst-13.2.git

Fix typo in pod/perltodo.pod
---

diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index ee35bf6..31c0931 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