This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Corrections to spelling and grammatical errors.
authorLajos Veres <vlajos@gmail.com>
Thu, 29 Jan 2015 01:04:07 +0000 (20:04 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Thu, 29 Jan 2015 01:22:12 +0000 (20:22 -0500)
Extracted from patch submitted by Lajos Veres in RT #123693.

Add Lajos Veres to Perl AUTHORS.

AUTHORS
Porting/bisect-runner.pl

diff --git a/AUTHORS b/AUTHORS
index 7f2b8f0..665aa29 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -702,6 +702,7 @@ Krishna Sethuraman          <krishna@sgi.com>
 Kriton Kyrimis                 <kyrimis@princeton.edu>
 Kurt D. Starsinic              <kstar@wolfetech.com>
 Kyriakos Georgiou
+Lajos Veres                    <vlajos@gmail.com>
 Larry Parmelee                 <parmelee@CS.Cornell.EDU>
 Larry Schuler
 Larry Schwimmer                        <rosebud@cyclone.Stanford.EDU>
index 263e9b7..6987a90 100755 (executable)
@@ -100,7 +100,7 @@ if (defined $target && $target =~ /\.t\z/) {
         die_255("$0: Test-case targets can't be run with --$_")
             if $options{$_};
     }
-    die_255("$0: Test-case targets can't be combined with an explict test")
+    die_255("$0: Test-case targets can't be combined with an explicit test")
         if @ARGV;
 
     # Needing this unless is a smell suggesting that this implementation of
@@ -624,7 +624,7 @@ file is fed to C<patch -p1> on standard input. For C<=~>, the patch is
 applied if no lines match the pattern.
 
 As the empty pattern in Perl is a special case (it matches the most recent
-sucessful match) which is not useful here, an the treatment of empty pattern
+successful match) which is not useful here, an the treatment of empty pattern
 is special-cased. C<I<filename> =~ //> applies the patch if filename is
 present. C<I<filename> !~ //> applies the patch if filename missing. This
 makes it easy to unconditionally apply patches to files, and to use a patch