aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 22:49:22 +0000
committervladd%bugzilla.org <>2006-06-19 22:49:22 +0000
commit0750e40b3c58ab4a60cbb7f2cd7b82582217dec9 (patch)
tree9d2e1c72d5aba5bbc09853826f896a8888fe22a1 /Bugzilla.pm
parentSpelling in code comments patch: 'involked' -> 'invoked'; patch by Vlad Dasca... (diff)
downloadbugzilla-0750e40b3c58ab4a60cbb7f2cd7b82582217dec9.tar.gz
bugzilla-0750e40b3c58ab4a60cbb7f2cd7b82582217dec9.tar.bz2
bugzilla-0750e40b3c58ab4a60cbb7f2cd7b82582217dec9.zip
Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 2a0a66014..a597c6369 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')) {