diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 8097efbab8b..37d72e233dd 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8297 \ No newline at end of file +8298 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/CGI.pm b/mozilla/webtools/bugzilla/Bugzilla/CGI.pm index b62d94c4179..cb09c00667c 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/CGI.pm +++ b/mozilla/webtools/bugzilla/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;