From 10168478e6fd1ab7ba0acb3156b303fe36f8b9ce Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 6 Jun 2023 18:04:06 -0400 Subject: [PATCH] Fix spelling error in log message. (#27106) --- src/app/reporting/Engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/reporting/Engine.cpp b/src/app/reporting/Engine.cpp index b5ccf4566a7351..a7bb6a5dbd5bbb 100644 --- a/src/app/reporting/Engine.cpp +++ b/src/app/reporting/Engine.cpp @@ -324,7 +324,7 @@ CHIP_ERROR Engine::CheckAccessDeniedEventPaths(TLV::TLVWriter & aWriter, bool & break; } aHasEncodedData = true; - ChipLogDetail(InteractionModel, "Acces to event (%u, " ChipLogFormatMEI ", " ChipLogFormatMEI ") denied by ACL", + ChipLogDetail(InteractionModel, "Access to event (%u, " ChipLogFormatMEI ", " ChipLogFormatMEI ") denied by ACL", current->mValue.mEndpointId, ChipLogValueMEI(current->mValue.mClusterId), ChipLogValueMEI(current->mValue.mEventId)); }