summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-10 17:46:15 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-10 17:46:15 +0000
commit37b8b4c96b95703d956822dafbbd43c0dc3ac882 (patch)
tree09bf11ecdc0773c88744c671f1527d9844f9115b /pod/perlapi.pod
parent71cedc6d5edb73a8e9122dd411eab6a5cb2978b9 (diff)
downloadperl-37b8b4c96b95703d956822dafbbd43c0dc3ac882.tar.gz
s/superceded/superseded/g
p4raw-id: //depot/perl@26774
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r--pod/perlapi.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index e3dac62d06..6e53740401 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -1988,7 +1988,7 @@ The XSUB-writer's interface to the C C<malloc> function.
In 5.9.3, Newx() and friends replace the older New() API, and drops
the first parameter, I<x>, a debug aid which allowed callers to identify
-themselves. This aid has been superceded by a new build option,
+themselves. This aid has been superseded by a new build option,
PERL_MEM_LOG (see L<perlhack/PERL_MEM_LOG>). The older API is still
there for use in XS modules supporting older perls.