From f8f03ad352136020f855f772498d193460bfb89d Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" Date: Mon, 19 Jun 2006 12:16:22 +0000 Subject: [PATCH] Spelling in code comments patch: 'extention' -> 'extension' in duplicates.cgi; patch by Vlad Dascalu . git-svn-id: svn://10.0.0.236/trunk@200265 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/duplicates.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/duplicates.cgi b/mozilla/webtools/bugzilla/duplicates.cgi index 2516c9e0aaf..69ba8299b20 100755 --- a/mozilla/webtools/bugzilla/duplicates.cgi +++ b/mozilla/webtools/bugzilla/duplicates.cgi @@ -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,