Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
alfarok committed Apr 9, 2024
1 parent ae78e85 commit 10804af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eto.Wpf/Forms/Controls/WebView2Handler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ void Control_CoreWebView2Ready(object sender, CoreWebView2InitializationComplete
{
if (!e.IsSuccess)
{
throw new WebView2InitializationException("Failed to initialze WebView2", e.InitializationException);
throw new WebView2InitializationException("Failed to initialize WebView2", e.InitializationException);
}

// can't actually do anything here, so execute them in the main loop
Expand Down

0 comments on commit 10804af

Please sign in to comment.