We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8be1fe commit 8dedf7fCopy full SHA for 8dedf7f
src/NodeApi/DotNetHost/NativeHost.cs
@@ -347,7 +347,7 @@ private hostfxr_handle InitializeManagedRuntime(
347
runtimeConfigPathBytes, initializeParameters: null, out hostContextHandle);
348
}
349
350
- CheckStatus(status, "Failed to inialize CLR host.");
+ CheckStatus(status, "Failed to initialize CLR host.");
351
352
Trace("< NativeHost.InitializeManagedRuntime()");
353
return hostContextHandle;
0 commit comments