In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/8b5913570f597d942779f232ba750d5f92c055bd?hp=df99f62f8260e7dbf4d2b00921876ae4cd282136>

- Log -----------------------------------------------------------------
commit 8b5913570f597d942779f232ba750d5f92c055bd
Author: Lajos Veres <[email protected]>
Date:   Wed Jan 28 20:24:01 2015 -0500

    Corrections to spelling and grammatical errors.
    
    Extracted from patch submitted by Lajos Veres in RT #123693.
-----------------------------------------------------------------------

Summary of changes:
 Porting/corelist-perldelta.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/corelist-perldelta.pl b/Porting/corelist-perldelta.pl
index 4301088..048d571 100755
--- a/Porting/corelist-perldelta.pl
+++ b/Porting/corelist-perldelta.pl
@@ -446,7 +446,7 @@ sub do_check {
   sub add_to_section {
     my ( $section, $data, $title ) = @_;
 
-    #undef is a valid version name in Module::CoreList so supress warnings 
about concatenating undef values
+    #undef is a valid version name in Module::CoreList so suppress warnings 
about concatenating undef values
     no warnings 'uninitialized';
     for ( values %{ $data->{$title} } ) {
       my ( $mod, $old_v, $new_v ) = @{$_};
@@ -479,7 +479,7 @@ sub do_check {
 
     # if we could not parse the module name, it will be uninitalized
     # in sort. This is not a problem as it will just result in these
-    # sections being placed near the begining of the section
+    # sections being placed near the beginning of the section
     no warnings 'uninitialized';
     $section->{items} =
       [ sort { lc $a->{name} cmp lc $b->{name} } @{ $section->{items} } ];

--
Perl5 Master Repository

Reply via email to