From 865f1435976fd294bd5286254d0958eab99693d9 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 22:49:02 +0000 Subject: Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu . --- Bugzilla.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla.pm') diff --git a/Bugzilla.pm b/Bugzilla.pm index a100c0cff..fc2ef8af5 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')) { -- cgit v1.2.3-24-g4f1b