From 767464f94771dedf86a6276b67e45fcff42d2c47 Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Fri, 24 Sep 2021 14:33:44 +0200 Subject: [PATCH] Correct typos in documentation and examples --- doc/04-configuration.md | 2 +- etc/icinga2/conf.d/hosts.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/04-configuration.md b/doc/04-configuration.md index e7741f4f9..632cd2776 100644 --- a/doc/04-configuration.md +++ b/doc/04-configuration.md @@ -343,7 +343,7 @@ object Host NodeName { vars.http_vhosts["http"] = { http_uri = "/" } - /* Uncomment if you've sucessfully installed Icinga Web 2. */ + /* Uncomment if you've successfully installed Icinga Web 2. */ //vars.http_vhosts["Icinga Web 2"] = { // http_uri = "/icingaweb2" //} diff --git a/etc/icinga2/conf.d/hosts.conf b/etc/icinga2/conf.d/hosts.conf index 0118f033e..e54d01df8 100644 --- a/etc/icinga2/conf.d/hosts.conf +++ b/etc/icinga2/conf.d/hosts.conf @@ -30,7 +30,7 @@ object Host NodeName { vars.http_vhosts["http"] = { http_uri = "/" } - /* Uncomment if you've sucessfully installed Icinga Web 2. */ + /* Uncomment if you've successfully installed Icinga Web 2. */ //vars.http_vhosts["Icinga Web 2"] = { // http_uri = "/icingaweb2" //}