From: Wido den Hollander Date: Tue, 19 Dec 2017 13:01:24 +0000 (+0100) Subject: mgr/zabbix: Fix a small typo in the Python code X-Git-Tag: v12.2.5~94^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F20781%2Fhead;p=ceph.git mgr/zabbix: Fix a small typo in the Python code Signed-off-by: Wido den Hollander (cherry picked from commit d7a09ff07d762e40e32517cda5d6416e9f03f20c) --- diff --git a/src/pybind/mgr/zabbix/module.py b/src/pybind/mgr/zabbix/module.py index 4b50c1a5b705..f95db56c17c8 100644 --- a/src/pybind/mgr/zabbix/module.py +++ b/src/pybind/mgr/zabbix/module.py @@ -72,7 +72,7 @@ class Module(MgrModule): }, { "cmd": "zabbix send", - "desc": "Force sending data to Zabbux", + "desc": "Force sending data to Zabbix", "perm": "rw" }, {