]> 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:05 +0000 (19:16 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 19:16:05 +0000 (19:16 +0000)
duplicates.cgi

index 10ba5bf2b8d7c06ab5d907e09c4ca6198c7bf8fe..9eb60c6ac80c628d447a0ddac68f36a0aa391c10 100755 (executable)
@@ -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,