[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    [PATCH] mshtml/tests: Fix a typo in ok() message.
From:       Andrey Gusev <andrey.goosev () gmail ! com>
Date:       2019-11-29 9:38:59
Message-ID: 20191129093859.10107-1-andrey.goosev () gmail ! com
[Download RAW message or body]

Signed-off-by: Andrey Gusev <andrey.goosev@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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic