Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu <vladd@bugzilla.org>.

git-svn-id: svn://10.0.0.236/trunk@200305 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vladd%bugzilla.org
2006-06-19 15:49:22 +00:00
parent 5164425d78
commit 12bb00e6db

View File

@@ -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')) {