Skip to content

Commit

Permalink
Fix typo in MTRDevice comment. (project-chip#34463)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and j-ororke committed Jul 31, 2024
1 parent be453d3 commit 84ec672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ - (void)invalidate
// Destroy the read client and callback (has to happen on the Matter
// queue, to avoid deleting objects that are being referenced), to
// tear down the subscription. We will get no more callbacks from
// the subscrption after this point.
// the subscription after this point.
std::lock_guard lock(self->_lock);
self->_currentReadClient = nullptr;
if (self->_currentSubscriptionCallback) {
Expand Down

0 comments on commit 84ec672

Please sign in to comment.