diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index c38c5e8a6db..04ae4bf47e1 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8739 \ No newline at end of file +8740 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Search/Quicksearch.pm b/mozilla/webtools/bugzilla/Bugzilla/Search/Quicksearch.pm index c7dfaeb8f08..8bd5029a753 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Search/Quicksearch.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Search/Quicksearch.pm @@ -263,7 +263,7 @@ sub quicksearch { sub _parse_line { my ($delim, $keep, $line) = @_; # parse_line always treats ' as a quote character, making it impossible - # to sanely search for contradictions. As this behavour isn't + # to sanely search for contractions. As this behavour isn't # configurable, we replace ' with a placeholder to hide it from the # parser.