]> granicus.if.org Git - icinga2/commitdiff
Fix typo in the documentation.
authorGunnar Beutner <gunnar@beutner.name>
Sun, 1 Jun 2014 09:40:23 +0000 (11:40 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Sun, 1 Jun 2014 09:40:40 +0000 (11:40 +0200)
Fixes #6378

doc/3-monitoring-basics.md

index d06e2ad4c2041ad9d8392c2cdcd1e781f4857099..a5bf0ea5d991c7369dd87e9031132a6deb46c084 100644 (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