Fix typo in wxWebViewIE failure message

This commit is contained in:
Maarten Bent
2020-07-28 20:42:56 +02:00
parent dc585039bb
commit 0885057b70

View File

@@ -1077,7 +1077,7 @@ void wxWebViewIE::RegisterHandler(wxSharedPtr<wxWebViewHandler> handler)
HRESULT res = (*pfnCoInternetGetSession)(0, &session, 0);
if(FAILED(res))
{
wxFAIL_MSG("Could not retrive internet session");
wxFAIL_MSG("Could not retrieve internet session");
}
HRESULT hr = session->RegisterNameSpace(cf, CLSID_FileProtocol,