]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix typo in comment
authorByron Jones <bjones@mozilla.com>
Wed, 18 Sep 2013 08:03:21 +0000 (16:03 +0800)
committerByron Jones <bjones@mozilla.com>
Wed, 18 Sep 2013 08:03:21 +0000 (16:03 +0800)
Bugzilla/Search/Quicksearch.pm

index c7dfaeb8f0837916c0a74e337fbc68929223d1cc..8bd5029a753b92d6adbeb6e7c16ff6ab26d85271 100644 (file)
@@ -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.