]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'extention' -> 'extension' in duplicates.cgi; patch...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 19:16:22 +0000 (19:16 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 19:16:22 +0000 (19:16 +0000)
duplicates.cgi

index 2516c9e0aaff9c186af0f6f39b19fc1d3f0d7b3d..69ba8299b205229ffb199a3bf24fa0701e3267cc 100755 (executable)
@@ -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,