summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2005-11-26 04:47:37 +0100
committertimeless%mozdev.org <>2005-11-26 04:47:37 +0100
commit320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7 (patch)
tree0dc5a31b9e6dc2a564b100a32c358b81ca844050 /process_bug.cgi
parent808e4b12c2e49be1bf1edafafd4c4c1ef2ddf226 (diff)
downloadbugzilla-320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7.tar.gz
bugzilla-320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7.tar.xz
Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi
index e56793fcd..77496f2a3 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -341,7 +341,7 @@ if (((defined $cgi->param('id') && $cgi->param('product') ne $oldproduct)
my %defaults;
# We set the defaults to these fields to the old value,
# if its a valid option, otherwise we use the default where
- # thats appropriate
+ # that's appropriate
$vars->{'versions'} = $::versions{$prod};
if ($vok) {
$defaults{'version'} = $cgi->param('version');