We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997d96a commit 1627100Copy full SHA for 1627100
src/app/ReadHandler.cpp
@@ -179,7 +179,7 @@ void ReadHandler::OnInitialRequest(System::PacketBufferHandle && aPayload)
179
StatusResponse::Send(status, mExchangeCtx.Get(), /* aExpectResponse = */ false);
180
// At this point we can't have a persisted subscription, since that
181
// happens only when ProcessSubscribeRequest returns success. And our
182
- // subscription id is almost certianly not actually useful at this
+ // subscription id is almost certainly not actually useful at this
183
// point, either. So don't try to mess with persisted subscriptions in
184
// Close().
185
Close(CloseOptions::kKeepPersistedSubscription);
0 commit comments