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

index 44406085028c6712c02872fcb35177af43b02d20..3e8340c86cc1efa02011119890ab6224aabbedf0 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.