This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Another typo fix
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 1 Aug 2005 08:14:27 +0000 (08:14 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 1 Aug 2005 08:14:27 +0000 (08:14 +0000)
p4raw-id: //depot/perl@25254

XSUB.h
pod/perlapi.pod

diff --git a/XSUB.h b/XSUB.h
index 1bcad7c..7f0954c 100644 (file)
--- a/XSUB.h
+++ b/XSUB.h
@@ -229,7 +229,7 @@ C<xsubpp>.  See L<perlxs/"The VERSIONCHECK: Keyword">.
 =head1 Simple Exception Handling Macros
 
 =for apidoc Ams||dXCPT
-Set up neccessary local variables for exception handling.
+Set up necessary local variables for exception handling.
 See L<perlguts/"Exception Handling">.
 
 =for apidoc AmU||XCPT_TRY_START
index 0d8a2cc..0ce84e3 100644 (file)
@@ -2232,7 +2232,7 @@ Found in file pad.c
 
 =item dXCPT
 
-Set up neccessary local variables for exception handling.
+Set up necessary local variables for exception handling.
 See L<perlguts/"Exception Handling">.
 
                dXCPT;