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
1 changed files with 2 additions and 2 deletions

View File

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