diff --git a/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 b/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 index 1918a27..0d2743f 100644 --- a/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 +++ b/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 @@ -170,7 +170,7 @@ function Get-IcingaCheckCommandConfig() 'fields' = @{}; 'imports' = @(); 'is_string' = $NULL; - 'methods_excute' = 'PluginCheck'; + 'methods_execute' = 'PluginCheck'; 'object_name' = $Data.Syntax.syntaxItem.Name; 'object_type' = 'object'; 'timeout' = '180';