Skip to content

Commit

Permalink
fix "inialize" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ihateblueb committed Mar 9, 2025
1 parent b8be1fe commit 564294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeApi/DotNetHost/NativeHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ private hostfxr_handle InitializeManagedRuntime(
runtimeConfigPathBytes, initializeParameters: null, out hostContextHandle);
}

CheckStatus(status, "Failed to inialize CLR host.");
CheckStatus(status, "Failed to initialize CLR host.");

Trace("< NativeHost.InitializeManagedRuntime()");
return hostContextHandle;
Expand Down

0 comments on commit 564294d

Please sign in to comment.