From f76c72ef1ddae9d0705944d7ebf13c372710c38e Mon Sep 17 00:00:00 2001 From: Wido den Hollander Date: Tue, 19 Dec 2017 14:01:24 +0100 Subject: [PATCH] mgr/zabbix: Fix a small typo in the Python code Signed-off-by: Wido den Hollander (cherry picked from commit d7a09ff07d762e40e32517cda5d6416e9f03f20c) --- src/pybind/mgr/zabbix/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, { -- 2.47.3