mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
Fix spelling errors.
compatiblity -> compatibility
This commit is contained in:
parent
71a8f35354
commit
f0aaecb90c
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue