From 4ab99774da63f0d3573d7b56887937cdbbe0a2ff Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 18 Sep 2013 16:03:21 +0800 Subject: fix typo in comment --- Bugzilla/Search/Quicksearch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Search') diff --git a/Bugzilla/Search/Quicksearch.pm b/Bugzilla/Search/Quicksearch.pm index c7dfaeb8f..8bd5029a7 100644 --- a/Bugzilla/Search/Quicksearch.pm +++ b/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. -- cgit v1.2.3-24-g4f1b