diff options
-rw-r--r-- | XSUB.h | 2 | ||||
-rw-r--r-- | pod/perlapi.pod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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; |