From 3f23273f46453b9360511ee66c542e185d1046da Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Fri, 26 Feb 2021 16:55:44 +0100 Subject: [PATCH] Fix typo in sample --- samples/webview/webview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/webview/webview.cpp b/samples/webview/webview.cpp index 2084857801..23ce490582 100644 --- a/samples/webview/webview.cpp +++ b/samples/webview/webview.cpp @@ -910,7 +910,7 @@ void WebFrame::OnFullScreenChanged(wxWebViewEvent & evt) void WebFrame::OnScriptMessage(wxWebViewEvent& evt) { - wxLogMessage("Script message recieved; value = %s, handler = %s", evt.GetString(), evt.GetMessageHandler()); + wxLogMessage("Script message received; value = %s, handler = %s", evt.GetString(), evt.GetMessageHandler()); } void WebFrame::OnSetPage(wxCommandEvent& WXUNUSED(evt))