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 | 710050aa3be5fb6c65d495b54837883298ef743d (patch) | |
tree | a2f5e41c1d0d27692894b77c49e2e4bab4bd7bc5 /Bugzilla | |
parent | 92d69ff51ac4234213f54fdc897369f7ccc40a76 (diff) | |
download | bugzilla-710050aa3be5fb6c65d495b54837883298ef743d.tar.gz bugzilla-710050aa3be5fb6c65d495b54837883298ef743d.tar.xz |
fix typo in comment
Diffstat (limited to 'Bugzilla')
-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 561493ed8..6ea28169c 100644 --- a/Bugzilla/Search/Quicksearch.pm +++ b/Bugzilla/Search/Quicksearch.pm @@ -282,7 +282,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. |