fix typo in $_ handling change explanation
Matt S Trout [Thu, 17 Jun 2010 02:43:13 +0000 (03:43 +0100)]
pod/perl5132delta.pod

index 3b2a419..4897358 100644 (file)
@@ -217,7 +217,7 @@ XXX Changes which affect the interface available to C<XS> code go here.
 
 =item *
 
-The C<fund_rundefsvoffset> function has been deprecated. It appeared that
+The C<find_rundefsvoffset> function has been deprecated. It appeared that
 its design was insufficient to reliably get the lexical C<$_> at run-time.
 
 Use the new C<find_rundefsv> function or the C<UNDERBAR> macro instead.