diff options
author | Byron Jones <bjones@mozilla.com> | 2013-09-18 10:03:21 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-09-18 10:03:21 +0200 |
commit | 4ab99774da63f0d3573d7b56887937cdbbe0a2ff (patch) | |
tree | b8910c625d1f34b08ff2fabc471ab29f69260db8 /Bugzilla/Search | |
parent | 5fe55359f937bf7dee9bce93271cb2c80b3b4d3f (diff) | |
download | bugzilla-4ab99774da63f0d3573d7b56887937cdbbe0a2ff.tar.gz bugzilla-4ab99774da63f0d3573d7b56887937cdbbe0a2ff.tar.xz |
fix typo in comment
Diffstat (limited to 'Bugzilla/Search')
-rw-r--r-- | Bugzilla/Search/Quicksearch.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |