From cddfbf568f11ae279c45acefd39db893b95a7dc8 Mon Sep 17 00:00:00 2001 From: Terence Hampson Date: Tue, 6 Aug 2024 15:20:31 +0000 Subject: [PATCH] Address PR comments --- .../ecosystem-information-server.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/clusters/ecosystem-information-server/ecosystem-information-server.h b/src/app/clusters/ecosystem-information-server/ecosystem-information-server.h index 12dca9a9388211..22916df672e256 100644 --- a/src/app/clusters/ecosystem-information-server/ecosystem-information-server.h +++ b/src/app/clusters/ecosystem-information-server/ecosystem-information-server.h @@ -151,10 +151,10 @@ class EcosystemInformationServer static EcosystemInformationServer & Instance(); /** - * @brief Add EcosystemInformation Cluster to endpoint so we respond appropritely on endpoint + * @brief Add EcosystemInformation Cluster to endpoint so we respond appropriately on endpoint * * EcosystemInformation cluster is only ever on dynamic bridge endpoint. If cluster is added - * to a new endpoint, but does not contain any ecosystem information information presently, + * to a new endpoint, but does not contain any ecosystem information presently, * this is called to let ECOINFO cluster code know it is supposed to provide blank attribute * information on this endpoint. *