Skip to content

Commit 8dedf7f

Browse files
authored
fix "inialize" typo (#438)
1 parent b8be1fe commit 8dedf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeApi/DotNetHost/NativeHost.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ private hostfxr_handle InitializeManagedRuntime(
347347
runtimeConfigPathBytes, initializeParameters: null, out hostContextHandle);
348348
}
349349

350-
CheckStatus(status, "Failed to inialize CLR host.");
350+
CheckStatus(status, "Failed to initialize CLR host.");
351351

352352
Trace("< NativeHost.InitializeManagedRuntime()");
353353
return hostContextHandle;

0 commit comments

Comments
 (0)