diff options
author | Lajos Veres <vlajos@gmail.com> | 2015-01-28 21:52:06 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2015-01-28 21:52:06 -0500 |
commit | 5c25e937d02c198f7678666fd740e85e8d1522b9 (patch) | |
tree | e14077e8e37a99ec38df777f8d50c063158742ac /regen | |
parent | b8fda9357ad61e890ce4e344b04f991b91596170 (diff) | |
download | perl-5c25e937d02c198f7678666fd740e85e8d1522b9.tar.gz |
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
Diffstat (limited to 'regen')
-rw-r--r-- | regen/regen_lib.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/regen_lib.pl b/regen/regen_lib.pl index 463b5cd899..abeecba456 100644 --- a/regen/regen_lib.pl +++ b/regen/regen_lib.pl @@ -67,7 +67,7 @@ sub close_and_rename { close $fh or die "Error closing $name: $!"; if ($TAP) { - # Don't use compare beacuse if there are errors it doesn't give any + # Don't use compare because if there are errors it doesn't give any # way to generate diagnostics about what went wrong. # These files are small enough to read into memory. local $/; |