diff options
author | vladd%bugzilla.org <> | 2006-06-19 19:16:22 +0000 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 19:16:22 +0000 |
commit | 897e66a53cde9a346af8d0ba386563bb25dae8f7 (patch) | |
tree | 798eeb2393ad25e6b3dab28351f890d4445b2fbe /duplicates.cgi | |
parent | Spelling in code comments patch: 'attachemnt' -> 'attachment', 'unkown' -> 'u... (diff) | |
download | bugzilla-897e66a53cde9a346af8d0ba386563bb25dae8f7.tar.gz bugzilla-897e66a53cde9a346af8d0ba386563bb25dae8f7.tar.bz2 bugzilla-897e66a53cde9a346af8d0ba386563bb25dae8f7.zip |
Spelling in code comments patch: 'extention' -> 'extension' in duplicates.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'duplicates.cgi')
-rwxr-xr-x | duplicates.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/duplicates.cgi b/duplicates.cgi index 2516c9e0a..69ba8299b 100755 --- a/duplicates.cgi +++ b/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, |