chore: fix some comments (#1818)
Signed-off-by: TechVest <techdashen@qq.com>
This commit is contained in:
@@ -137,7 +137,7 @@ func (api *ZabbixAPI) Login(ctx context.Context, username string, password strin
|
||||
return auth.MustString(), nil
|
||||
}
|
||||
|
||||
// Login methid for Zabbix prior to 5.4
|
||||
// Login method for Zabbix prior to 5.4
|
||||
func (api *ZabbixAPI) LoginDeprecated(ctx context.Context, username string, password string) (string, error) {
|
||||
params := ZabbixAPIParams{
|
||||
"user": username,
|
||||
|
||||
Reference in New Issue
Block a user