diff --git a/doc/08-advanced-topics.md b/doc/08-advanced-topics.md index 252910ac5..72f72aeea 100644 --- a/doc/08-advanced-topics.md +++ b/doc/08-advanced-topics.md @@ -975,7 +975,7 @@ The more programmatic approach for `set_if` could look like this: if (typeof(srv_vars.compellent) == Dictionary) { return srv_vars.compellent.contains("disks") } else { - log(LogInformationen, "checkcommand set_if", "custom variable compellent_checks is not a dictionary, ignoring it.") + log(LogInformation, "checkcommand set_if", "custom variable compellent_checks is not a dictionary, ignoring it.") return false } } else {