From c447f5fcb2ed858d7a124e14b07c289414b3be45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Wed, 9 Sep 2020 16:40:00 +0200 Subject: [PATCH] Fix typo --- doc/08-advanced-topics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/08-advanced-topics.md b/doc/08-advanced-topics.md index d4a61586d..f280ff41b 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 {