From d6e09e3c41b80cf0b8481c06c78982ad4d0e1241 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Wed, 6 Dec 2023 10:59:57 -0500 Subject: [PATCH] Fix typo --- .../clusters/icd-management-server/icd-management-server.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/clusters/icd-management-server/icd-management-server.cpp b/src/app/clusters/icd-management-server/icd-management-server.cpp index 73f278794b0243..4574b4cfa3c2d1 100644 --- a/src/app/clusters/icd-management-server/icd-management-server.cpp +++ b/src/app/clusters/icd-management-server/icd-management-server.cpp @@ -189,11 +189,11 @@ IcdManagementFabricDelegate gFabricDelegate; IcdManagementAttributeAccess gAttribute; /** - * @brief Function checks if the client as admin permissions to the cluster in the commandPath + * @brief Function checks if the client has admin permissions to the cluster in the commandPath * * @param[out] isClientAdmin True : Client has admin permissions * False : Client does not have admin permissions - * If an error ocurs, isClientAdmin is not changed + * If an error occurs, isClientAdmin is not changed * @return CHIP_ERROR */ CHIP_ERROR CheckAdmin(CommandHandler * commandObj, const ConcreteCommandPath & commandPath, bool & isClientAdmin)