Commit 897e66a5 authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'extention' -> 'extension' in duplicates.cgi;…

Spelling in code comments patch: 'extention' -> 'extension' in duplicates.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent b310f8bf
......@@ -99,7 +99,7 @@ $sortby = "count" if $sortby eq "dup_count";
my $today = days_ago(0);
my $yesterday = days_ago(1);
# We don't know the exact file name, because the extention depends on the
# We don't know the exact file name, because the extension depends on the
# underlying dbm library, which could be anything. We can't glob, because
# perl < 5.6 considers if (<*>) { ... } to be tainted
# Instead, just check the return value for today's data and yesterday's,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment