Filter: Typo (thanks to Peter Rochen)

This commit is contained in:
Paul Beckingham 2015-06-30 07:53:26 -04:00
parent 6f38d531a1
commit 12bec38f12

View file

@ -227,7 +227,7 @@ bool Filter::pendingOnly ()
if (a._lextype == Lexer::Type::op && raw == "or") ++countOr;
if (a._lextype == Lexer::Type::op && raw == "xor") ++countXor;
if (a._lextype == Lexer::Type::op && raw == "not") ++countXor;
if (a._lextype == Lexer::Type::op && raw == "not") ++countNot;
if (a._lextype == Lexer::Type::dom && canonical == "status") ++countStatus;
if ( raw == "pending") ++countPending;
if ( raw == "waiting") ++countPending;