fix typo in comment

git-svn-id: svn://10.0.0.236/trunk@265016 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2013-09-18 08:18:13 +00:00
parent 553099a147
commit 9c86a83a1c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8739
8740

View 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.