In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/20a5039af69d81e9003664af771f2dd5e0446c2b?hp=d5924ca660e2fe6f9a41f9be79d82972ea3c3616>

- Log -----------------------------------------------------------------
commit 20a5039af69d81e9003664af771f2dd5e0446c2b
Author: James E Keenan <[email protected]>
Date:   Fri Mar 8 20:09:01 2013 -0500

    Standardize spelling of 'supersede' throughout the distribution.
    
    Change two instances of 'supercede' to match many more instances of the
    former.
-----------------------------------------------------------------------

Summary of changes:
 Porting/README.pod                      |    2 +-
 dist/Term-ReadLine/lib/Term/ReadLine.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/README.pod b/Porting/README.pod
index b584ce6..bff2835 100644
--- a/Porting/README.pod
+++ b/Porting/README.pod
@@ -283,7 +283,7 @@ Applies F<podtidy> to a file.
 =head2 F<pumpkin.pod>
 
 Pumpkin - Notes on handling the Perl Patch Pumpkin And Porting Perl.
-Many of these are out of date or superceded by other documents in 
+Many of these are out of date or superseded by other documents in 
 this directory.
 
 =head2 F<README.y2038>
diff --git a/dist/Term-ReadLine/lib/Term/ReadLine.pm 
b/dist/Term-ReadLine/lib/Term/ReadLine.pm
index f651a90..ee6f969 100644
--- a/dist/Term-ReadLine/lib/Term/ReadLine.pm
+++ b/dist/Term-ReadLine/lib/Term/ReadLine.pm
@@ -117,7 +117,7 @@ C<readline> method).
 =item C<event_loop>
 
 Registers call-backs to wait for user input (i.e., during C<readline>
-method).  This supercedes tkRunning.
+method).  This supersedes tkRunning.
 
 The first call-back registered is the call back for waiting.  It is
 expected that the callback will call the current event loop until

--
Perl5 Master Repository

Reply via email to