Skip to content

Commit

Permalink
mgr/zabbix: Fix a small typo in the Python code
Browse files Browse the repository at this point in the history
Signed-off-by: Wido den Hollander <[email protected]>
  • Loading branch information
wido committed Dec 19, 2017
1 parent 9f525b2 commit d7a09ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/zabbix/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Module(MgrModule):
},
{
"cmd": "zabbix send",
"desc": "Force sending data to Zabbux",
"desc": "Force sending data to Zabbix",
"perm": "rw"
},
{
Expand Down

0 comments on commit d7a09ff

Please sign in to comment.