Merge pull request #6440 from Icinga/bugfix/typo

Fix typo
This commit is contained in:
Michael Friedrich 2018-07-26 09:59:20 +02:00 committed by GitHub
commit 89d42fee72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"