Fix typo in the documentation.

Fixes #6378
This commit is contained in:
Gunnar Beutner 2014-06-01 11:40:23 +02:00
parent 24035ab390
commit ff077bc8b9

View File

@ -1765,9 +1765,9 @@ and, or, negate
Operator | Negate | Description Operator | Negate | Description
----------|------------------------ ----------|------------------------
= | != | Euqality = | != | Equality
~ | !~ | Regex match ~ | !~ | Regex match
=~ | !=~ | Euqality ignoring case =~ | !=~ | Equality ignoring case
~~ | !~~ | Regex ignoring case ~~ | !~~ | Regex ignoring case
> | | Less than > | | Less than
< | | Greater than < | | Greater than