From 31586b39eb88dca58fca9e98a9edbe1e6d40be0d Mon Sep 17 00:00:00 2001 From: Jeff Tung <100387939+jtung-apple@users.noreply.github.com> Date: Thu, 16 May 2024 07:33:52 -0700 Subject: [PATCH] Update MTRDeviceControllerParameters.h Co-authored-by: Boris Zbarsky --- src/darwin/Framework/CHIP/MTRDeviceControllerParameters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darwin/Framework/CHIP/MTRDeviceControllerParameters.h b/src/darwin/Framework/CHIP/MTRDeviceControllerParameters.h index b01a1edcd11f29..b76e7d38a225c0 100644 --- a/src/darwin/Framework/CHIP/MTRDeviceControllerParameters.h +++ b/src/darwin/Framework/CHIP/MTRDeviceControllerParameters.h @@ -80,7 +80,7 @@ MTR_AVAILABLE(ios(17.6), macos(14.6), watchos(10.6), tvos(17.6)) /** * Sets the maximum subscriptions allowed for devices on Thread. This defaults to 3. * - * If this value is 0, the maximum subscriptinos allowed will be set to 1. + * If this value is 0, the maximum subscriptions allowed will be set to 1. */ @property (nonatomic, assign) NSUInteger concurrentSubscriptionsAllowedOnThread MTR_NEWLY_AVAILABLE;