Skip to content

Commit 80469f6

Browse files
Update src/darwin/Framework/CHIP/MTRDevice.mm
Co-authored-by: Kiel Oleson <kielo@apple.com>
1 parent 413b47b commit 80469f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIP/MTRDevice.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ - (void)_handleSubscriptionEstablished
11931193
{
11941194
os_unfair_lock_lock(&self->_lock);
11951195

1196-
// If subscription had reset since this handler was scheduled, do not ececute "established" logic below
1196+
// If subscription had reset since this handler was scheduled, do not execute "established" logic below
11971197
if (!HaveSubscriptionEstablishedRightNow(_internalDeviceState)) {
11981198
MTR_LOG("%@ _handleSubscriptionEstablished run with internal state %lu - skipping subscription establishment logic", self, static_cast<unsigned long>(_internalDeviceState));
11991199
return;

0 commit comments

Comments
 (0)