From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 19:16:05 +0000 (+0000) Subject: Spelling in code comments patch: 'extention' -> 'extension' in duplicates.cgi; patch... X-Git-Tag: bugzilla-2.22.1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1376c1ca89b4f7b281746d97ae8a8cab90253ef;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'extention' -> 'extension' in duplicates.cgi; patch by Vlad Dascalu . --- diff --git a/duplicates.cgi b/duplicates.cgi index 10ba5bf2b8..9eb60c6ac8 100755 --- a/duplicates.cgi +++ b/duplicates.cgi @@ -104,7 +104,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,