[PATCH] mshtml/tests: Fix a typo in ok() message.

Andrey Gusev andrey.goosev at gmail.com
Fri Nov 29 03:38:59 CST 2019


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/mshtml/tests/dom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c
index ff7c62bdfc..3234e66cd5 100644
--- a/dlls/mshtml/tests/dom.c
+++ b/dlls/mshtml/tests/dom.c
@@ -2058,7 +2058,7 @@ static IHTMLDOMAttribute *_create_attr(unsigned line, IUnknown *unk, const char
     HRESULT hres;
 
     hres = IHTMLDocument5_createAttribute(doc, str, &attr);
-    ok_(__FILE__,line)(hres == S_OK, "createAttribute dailed: %08x\n", hres);
+    ok_(__FILE__,line)(hres == S_OK, "createAttribute failed: %08x\n", hres);
     SysFreeString(str);
     IHTMLDocument5_Release(doc);
 
-- 
2.23.0




More information about the wine-devel mailing list