Merge pull request #6681 from sebastic/spelling-errors

Fix spelling errors.
This commit is contained in:
Michael Friedrich 2018-10-15 09:30:16 +02:00 committed by GitHub
commit c10a9ae08b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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";