From 0750e40b3c58ab4a60cbb7f2cd7b82582217dec9 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 22:49:22 +0000 Subject: [PATCH] Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu . --- Bugzilla.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) { -- 2.47.2