From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 22:49:22 +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 2a0a660148..a597c63690 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -92,7 +92,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')) {