From 1b930a99d387f16801b24700251ec1a4a876ef89 Mon Sep 17 00:00:00 2001 From: Brennan Date: Fri, 6 May 2022 17:55:56 -0700 Subject: [PATCH] Fix wording in failure to load native library (#68995) --- src/libraries/System.Private.CoreLib/src/Resources/Strings.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx b/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx index 007e7ca07da06..eaf02291e3f97 100644 --- a/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx +++ b/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx @@ -3899,7 +3899,7 @@ Unable to find an entry point named '{0}' in native library. - Unable to native library '{0}' or one of its dependencies. + Unable to load native library '{0}' or one of its dependencies. COM Interop requires ComWrapper instance registered for marshalling.