Skip to content

Commit

Permalink
Fix spelling issue in comment. (#26055)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jun 7, 2024
1 parent 7ed57a8 commit 1207651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ReadHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1207651

Please sign in to comment.