summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
Diffstat (limited to 'regen')
-rw-r--r--regen/regen_lib.pl2
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 $/;