From 8496cc97db437a508ad7346afc3802f90bd2910e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 24 Jul 2012 16:14:18 +0200 Subject: Fix typo in a comment --- Bugzilla/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-24-g4f1b