]> granicus.if.org Git - icinga2/commitdiff
Fix spelling errors. 6681/head
authorBas Couwenberg <sebastic@xs4all.nl>
Mon, 15 Oct 2018 06:56:18 +0000 (08:56 +0200)
committerBas Couwenberg <sebastic@xs4all.nl>
Mon, 15 Oct 2018 06:56:18 +0000 (08:56 +0200)
 compatiblity -> compatibility

icinga-app/icinga.cpp

index a2bf8001c5e26152f8e38c0e78d0567277cf31e6..1eb246feae7d31acd5141adc020c0ab28b218ebc 100644 (file)
@@ -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";