From 10804afe6f6374a28069a93514427f9353b21569 Mon Sep 17 00:00:00 2001 From: alfarok Date: Tue, 9 Apr 2024 13:37:56 -0400 Subject: [PATCH] spelling --- src/Eto.Wpf/Forms/Controls/WebView2Handler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Eto.Wpf/Forms/Controls/WebView2Handler.cs b/src/Eto.Wpf/Forms/Controls/WebView2Handler.cs index 54f3e000d..9478f67eb 100755 --- a/src/Eto.Wpf/Forms/Controls/WebView2Handler.cs +++ b/src/Eto.Wpf/Forms/Controls/WebView2Handler.cs @@ -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