This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta entry for ce3778a3796be3e4604ed9b3671ea624c5affe0b.
[perl5.git] / regen / regen_lib.pl
index 463b5cd..abeecba 100644 (file)
@@ -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 $/;