summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-07-24 16:14:18 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-07-24 16:14:18 +0200
commit8496cc97db437a508ad7346afc3802f90bd2910e (patch)
treedddb0dea50fa17d0d2ccddc3170007040bdec5ff
parent61f02487ccf1b9e4d5198b3aa1a54eccd34d3ef7 (diff)
downloadbugzilla-8496cc97db437a508ad7346afc3802f90bd2910e.tar.gz
bugzilla-8496cc97db437a508ad7346afc3802f90bd2910e.tar.xz
Fix typo in a comment
-rw-r--r--Bugzilla/CGI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm
index b62d94c41..cb09c0066 100644
--- a/Bugzilla/CGI.pm
+++ b/Bugzilla/CGI.pm
@@ -58,7 +58,7 @@ sub new {
$self->{Bugzilla_cookie_list} = [];
# Path-Info is of no use for Bugzilla and interacts badly with IIS.
- # Moreover, it causes unexepected behaviors, such as totally breaking
+ # Moreover, it causes unexpected behaviors, such as totally breaking
# the rendering of pages. Skip it!
print $self->redirect($self->url(-path => 0, -query => 1)) if $self->path_info;