From: Byron Jones Date: Wed, 18 Sep 2013 08:03:16 +0000 (+0800) Subject: fix typo in comment X-Git-Tag: bugzilla-4.4.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e93368bc855f1c384a312a66cfee34c23745f87c;p=thirdparty%2Fbugzilla.git fix typo in comment --- diff --git a/Bugzilla/Search/Quicksearch.pm b/Bugzilla/Search/Quicksearch.pm index 4440608502..3e8340c86c 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.