summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-20 00:49:02 +0200
committervladd%bugzilla.org <>2006-06-20 00:49:02 +0200
commit865f1435976fd294bd5286254d0958eab99693d9 (patch)
treea7d676f2346db91f39f3e833afe0466b10bdadf1 /Bugzilla.pm
parent28c5b9ebf806cbb3a8a9f15b7e61cdf4639fe196 (diff)
downloadbugzilla-865f1435976fd294bd5286254d0958eab99693d9.tar.gz
bugzilla-865f1435976fd294bd5286254d0958eab99693d9.tar.xz
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 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')) {