Skip to content

Commit 1627100

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Fix spelling issue in comment. (#26055)
Addresses #26039 (comment)
1 parent 997d96a commit 1627100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/ReadHandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ void ReadHandler::OnInitialRequest(System::PacketBufferHandle && aPayload)
179179
StatusResponse::Send(status, mExchangeCtx.Get(), /* aExpectResponse = */ false);
180180
// At this point we can't have a persisted subscription, since that
181181
// happens only when ProcessSubscribeRequest returns success. And our
182-
// subscription id is almost certianly not actually useful at this
182+
// subscription id is almost certainly not actually useful at this
183183
// point, either. So don't try to mess with persisted subscriptions in
184184
// Close().
185185
Close(CloseOptions::kKeepPersistedSubscription);

0 commit comments

Comments
 (0)