diff options
author | vladd%bugzilla.org <> | 2006-06-19 22:49:22 +0000 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 22:49:22 +0000 |
commit | 0750e40b3c58ab4a60cbb7f2cd7b82582217dec9 (patch) | |
tree | 9d2e1c72d5aba5bbc09853826f896a8888fe22a1 /Bugzilla.pm | |
parent | Spelling in code comments patch: 'involked' -> 'invoked'; patch by Vlad Dasca... (diff) | |
download | bugzilla-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.pm | 2 |
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')) { |