From a39a376f3d11fc567c5b87ac03a565ec6421399e Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 11 Apr 2023 12:51:17 -0400 Subject: [PATCH] Fix spelling issue in comment. Addresses https://github.com/project-chip/connectedhomeip/pull/26039#discussion_r1162981815 --- src/app/ReadHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ReadHandler.cpp b/src/app/ReadHandler.cpp index 43f0fbead77fc4..5dc2ce668fec09 100644 --- a/src/app/ReadHandler.cpp +++ b/src/app/ReadHandler.cpp @@ -179,7 +179,7 @@ void ReadHandler::OnInitialRequest(System::PacketBufferHandle && aPayload) StatusResponse::Send(status, mExchangeCtx.Get(), /* aExpectResponse = */ false); // At this point we can't have a persisted subscription, since that // happens only when ProcessSubscribeRequest returns success. And our - // subscription id is almost certianly not actually useful at this + // subscription id is almost certainly not actually useful at this // point, either. So don't try to mess with persisted subscriptions in // Close(). Close(CloseOptions::kKeepPersistedSubscription);