From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 22:49:02 +0000 (+0000) Subject: Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu 'script'; patch by Vlad Dascalu . --- diff --git a/Bugzilla.pm b/Bugzilla.pm index a100c0cff1..fc2ef8af5b 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -97,7 +97,7 @@ if (!$^C $vars->{'message'} = 'shutdown'; $vars->{'userid'} = $userid; # Generate and return a message about the downtime, appropriately - # for if we're a command-line script or a CGI sript. + # for if we're a command-line script or a CGI script. my $extension; if (i_am_cgi() && (!Bugzilla->cgi->param('ctype') || Bugzilla->cgi->param('ctype') eq 'html')) {