From f0aaecb90cddb339aa267fc8fe87bb3886c38ff0 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Mon, 15 Oct 2018 08:56:18 +0200 Subject: [PATCH] Fix spelling errors. compatiblity -> compatibility --- icinga-app/icinga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index a2bf8001c..1eb246fea 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -146,7 +146,7 @@ static void HandleLegacyDefines() Value runDir = Configuration::RunDir; if (!runDir.IsEmpty()) { Log(LogWarning, "icinga-app") - << "Please do not set the deprecated 'RunDir' constant, use the 'InitRunDir' constant instead! For compatiblity reasons, their value is set based on the 'RunDir' constant."; + << "Please do not set the deprecated 'RunDir' constant, use the 'InitRunDir' constant instead! For compatibility reasons, their value is set based on the 'RunDir' constant."; #ifdef _WIN32 Configuration::InitRunDir = runDir + "\\icinga2";