From 030afee8b04ab0016d97d4931225c24b6bf4d162 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 17 Jul 2018 14:23:20 +0200 Subject: [PATCH] Fix typo --- lib/cli/apisetuputility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/apisetuputility.cpp b/lib/cli/apisetuputility.cpp index 070e78cff..1b60a2c1a 100644 --- a/lib/cli/apisetuputility.cpp +++ b/lib/cli/apisetuputility.cpp @@ -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"