Fix typo in a comment

git-svn-id: svn://10.0.0.236/trunk@264058 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2012-07-24 14:17:17 +00:00
parent 22cfe5b291
commit dacb5c6725
2 changed files with 2 additions and 2 deletions

View 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;