s/superceded/superseded/g
Nicholas Clark [Tue, 10 Jan 2006 17:46:15 +0000 (17:46 +0000)]
p4raw-id: //depot/perl@26774

Changes5.004
Changes5.6
handy.h
pod/perlapi.pod

index 2d578b4..12b6bca 100644 (file)
@@ -12745,7 +12745,7 @@ Index: mg.c
     related to the numeric values of $! and $^E.  This patch *REPLACES*
     the one I posted earlier, which was only effective for $!.
 
-    [Some of this is superceded by similar stuff in the VMS patches.]
+    [Some of this is superseded by similar stuff in the VMS patches.]
 
 Index: op.c
 
index 3098314..2565299 100644 (file)
@@ -16958,7 +16958,7 @@ ____________________________________________________________________________
            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
 ____________________________________________________________________________
 [  3446] By: gsar                                  on 1999/05/23  05:00:55
-        Log: remove redundant part of change#1169 superceded by change#2061;
+        Log: remove redundant part of change#1169 superseded by change#2061;
              avoid "future reserved word" warning on prototypical bearwords
      Branch: perl
            ! t/lib/fatal.t toke.c
@@ -18647,7 +18647,7 @@ ____________________________________________________________________________
            ! INSTALL
 ____________________________________________________________________________
 [  3153] By: gsar                                  on 1999/03/24  10:38:05
-        Log: applied suggested patch, modulo superceded parts
+        Log: applied suggested patch, modulo superseded parts
              From: Charles Bailey <BAILEY@newman.upenn.edu>
              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
@@ -18659,7 +18659,7 @@ ____________________________________________________________________________
            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
 ____________________________________________________________________________
 [  3152] By: gsar                                  on 1999/03/24  10:30:51
-        Log: applied suggested patch, modulo superceded parts
+        Log: applied suggested patch, modulo superseded parts
              From: Charles Bailey <BAILEY@newman.upenn.edu>
              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
@@ -26148,7 +26148,7 @@ ____________________________________________________________________________
 [  1904] By: gsar                                  on 1998/10/02  01:53:25
     Log: various Configure and hints updates (prefer drand48() or random()
         over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
-        applied modulo SCO hints superceded by later patch
+        applied modulo SCO hints superseded by later patch
         From: Jarkko Hietaniemi <jhi@iki.fi>
         Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
         Message-Id: <199809282156.AAA18615@alpha.hut.fi>
diff --git a/handy.h b/handy.h
index 3c3e443..ada3124 100644 (file)
--- a/handy.h
+++ b/handy.h
@@ -570,7 +570,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.
 
index e3dac62..6e53740 100644 (file)
@@ -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.