summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--XSUB.h2
-rw-r--r--pod/perlapi.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/XSUB.h b/XSUB.h
index 1bcad7c615..7f0954c7e1 100644
--- 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
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index 0d8a2cc031..0ce84e3963 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -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;