mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Fix typo
This commit is contained in:
parent
ebd9d45a9b
commit
030afee8b0
@ -171,7 +171,7 @@ bool ApiSetupUtility::SetupMasterApiUser()
|
|||||||
String tempFilename = Utility::CreateTempFile(apiUsersPath + ".XXXXXX", 0644, fp);
|
String tempFilename = Utility::CreateTempFile(apiUsersPath + ".XXXXXX", 0644, fp);
|
||||||
|
|
||||||
fp << "/**\n"
|
fp << "/**\n"
|
||||||
<< " * The APIUser objects are used for authentication against the API.\n"
|
<< " * The ApiUser objects are used for authentication against the API.\n"
|
||||||
<< " */\n"
|
<< " */\n"
|
||||||
<< "object ApiUser \"" << api_username << "\" {\n"
|
<< "object ApiUser \"" << api_username << "\" {\n"
|
||||||
<< " password = \"" << api_password << "\"\n"
|
<< " password = \"" << api_password << "\"\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user