From 3a686d6d92582dd5fceac58604e4673824c94ad0 Mon Sep 17 00:00:00 2001 From: Raymond Kuiper Date: Thu, 30 Mar 2017 08:06:18 +0200 Subject: [PATCH] Corrected comment typo --- salt/modules/zabbix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/zabbix.py b/salt/modules/zabbix.py index 7bf4b31f7e54..ba2af526580e 100644 --- a/salt/modules/zabbix.py +++ b/salt/modules/zabbix.py @@ -680,7 +680,7 @@ def usergroup_exists(name=None, node=None, nodeids=None, **connection_args): name = '' ret = usergroup_get(name, None, **connection_args) return bool(ret) - # zabbix 2.4 nad earlier + # zabbix 2.4 and earlier else: method = 'usergroup.exists' params = {}