summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2005-12-23 10:51:52 +0100
committertimeless%mozdev.org <>2005-12-23 10:51:52 +0100
commitac921416d48a3a2b5f43bb9f6a88cb7fee15f469 (patch)
tree1284d63a75485ac7c571093685581b8b082d7a55 /query.cgi
parent9cec7027e8ac55e80df8bfcb7a46d8cd2d53d5f0 (diff)
downloadbugzilla-ac921416d48a3a2b5f43bb9f6a88cb7fee15f469.tar.gz
bugzilla-ac921416d48a3a2b5f43bb9f6a88cb7fee15f469.tar.xz
Bug 321213 - spell provided correctly
r=lpsolit a=justdave
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/query.cgi b/query.cgi
index 1e2510ab7..9576966e1 100755
--- a/query.cgi
+++ b/query.cgi
@@ -426,7 +426,7 @@ $vars->{'default'} = \%default;
$vars->{'format'} = $cgi->param('format');
$vars->{'query_format'} = $cgi->param('query_format');
-# Set default page to "specific" if none proviced
+# Set default page to "specific" if none provided
if (!($cgi->param('query_format') || $cgi->param('format'))) {
if (defined $cgi->cookie('DEFAULTFORMAT')) {
$vars->{'format'} = $cgi->cookie('DEFAULTFORMAT');