From dacb5c672514aef73f3fa8478811bb22e2aa5f30 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Tue, 24 Jul 2012 14:17:17 +0000 Subject: [PATCH] Fix typo in a comment git-svn-id: svn://10.0.0.236/trunk@264058 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/CGI.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;