From: Frédéric Buclin Date: Tue, 24 Jul 2012 14:14:18 +0000 (+0200) Subject: Fix typo in a comment X-Git-Tag: bugzilla-4.3.2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8496cc97db437a508ad7346afc3802f90bd2910e;p=thirdparty%2Fbugzilla.git Fix typo in a comment --- diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index b62d94c417..cb09c00667 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;