]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/zabbix: Fix a small typo in the Python code 20781/head
authorWido den Hollander <wido@42on.com>
Tue, 19 Dec 2017 13:01:24 +0000 (14:01 +0100)
committerWido den Hollander <wido@42on.com>
Wed, 7 Mar 2018 14:31:44 +0000 (15:31 +0100)
Signed-off-by: Wido den Hollander <wido@42on.com>
(cherry picked from commit d7a09ff07d762e40e32517cda5d6416e9f03f20c)

src/pybind/mgr/zabbix/module.py

index 4b50c1a5b70551b0e42983a0ffe00452f0e07a13..f95db56c17c85be38ec68694131c45ba6eb38054 100644 (file)
@@ -72,7 +72,7 @@ class Module(MgrModule):
         },
         {
             "cmd": "zabbix send",
-            "desc": "Force sending data to Zabbux",
+            "desc": "Force sending data to Zabbix",
             "perm": "rw"
         },
         {