]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix typo in a comment
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 24 Jul 2012 14:14:18 +0000 (16:14 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 24 Jul 2012 14:14:18 +0000 (16:14 +0200)
Bugzilla/CGI.pm

index b62d94c41798180215607b80a238fbe9e7881e4f..cb09c00667cf10d078ea59f8a91dd19c42b2c686 100644 (file)
@@ -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;