From 84ec67202187dfca526f06b478806c39b1bbd259 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Wed, 24 Jul 2024 15:17:38 -0400 Subject: [PATCH] Fix typo in MTRDevice comment. (#34463) --- src/darwin/Framework/CHIP/MTRDevice.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darwin/Framework/CHIP/MTRDevice.mm b/src/darwin/Framework/CHIP/MTRDevice.mm index 05bc9f0ee6b0ac..1c68d788943ce2 100644 --- a/src/darwin/Framework/CHIP/MTRDevice.mm +++ b/src/darwin/Framework/CHIP/MTRDevice.mm @@ -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) {