]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu <vladd...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 22:49:22 +0000 (22:49 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 22:49:22 +0000 (22:49 +0000)
Bugzilla.pm

index 2a0a660148390a8e366abf26747f30112b7bf0dd..a597c63690dc53b6a61b7520cf709cf9314941bf 100644 (file)
@@ -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')) {