From: Rafael Garcia-Suarez Date: Mon, 1 Aug 2005 08:14:27 +0000 (+0000) Subject: Another typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2dfe1b172673363674e356ebb04df24a41dfd308;p=p5sagit%2Fp5-mst-13.2.git Another typo fix p4raw-id: //depot/perl@25254 --- diff --git a/XSUB.h b/XSUB.h index 1bcad7c..7f0954c 100644 --- a/XSUB.h +++ b/XSUB.h @@ -229,7 +229,7 @@ C. See L. =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. =for apidoc AmU||XCPT_TRY_START diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 0d8a2cc..0ce84e3 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. dXCPT;