This commit is contained in:
Alexander A. Klimov 2018-07-17 14:23:20 +02:00
parent ebd9d45a9b
commit 030afee8b0
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);
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"
<< "object ApiUser \"" << api_username << "\" {\n"
<< " password = \"" << api_password << "\"\n"