mshtml: Fix typos in traces.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Dmitry Timoshkov 2021-06-08 19:15:42 +03:00 committed by Alexandre Julliard
parent f888beb58e
commit 08f7c15f35
2 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,7 @@ static void add_func_info(dispex_data_t *data, tid_t tid, const FUNCDESC *desc,
hres = ITypeInfo_GetRefTypeInfo(dti, tdesc->u.lptdesc->u.hreftype, &ref_type_info);
if(FAILED(hres)) {
ERR("Coulg not get referenced type info: %08x\n", hres);
ERR("Could not get referenced type info: %08x\n", hres);
return;
}

View File

@ -192,7 +192,7 @@ static HRESULT WINAPI HTMLScriptElement_put_text(IHTMLScriptElement *iface, BSTR
TRACE("(%p)->(%s)\n", This, debugstr_w(v));
if(!This->element.node.doc || !This->element.node.doc->window) {
WARN("no windoow\n");
WARN("no window\n");
return E_UNEXPECTED;
}