From 2686e38715693ddb8e8c461c21549dff4497520e Mon Sep 17 00:00:00 2001 From: Derek Sargent Date: Thu, 14 Aug 2025 11:32:27 -0400 Subject: [PATCH] Fix spelling of Objective-C in warning message --- .../core/platform/ios/ReactCommon/RCTInteropTurboModule.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTInteropTurboModule.mm b/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTInteropTurboModule.mm index aec234848292..4de7185a777c 100644 --- a/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTInteropTurboModule.mm +++ b/packages/react-native/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTInteropTurboModule.mm @@ -124,7 +124,7 @@ NSMethodSignature *objCMethodSignature = [moduleClass instanceMethodSignatureForSelector:objCMethodSelector]; if (objCMethodSignature == nullptr) { RCTLogWarn( - @"The objective-c `%s` method signature for the JS method `%@` can not be found in the ObjecitveC definition of the %s module.\nThe `%@` JS method will not be available.", + @"The Objective-C `%s` method signature for the JS method `%@` can not be found in the Objective-C definition of the %s module.\nThe `%@` JS method will not be available.", methodInfo->objcName, jsMethodName, moduleName.c_str(),