mshtml/tests: A spelling fix for a dom ok() message.

Francois Gouget fgouget at free.fr
Sat Apr 23 00:48:57 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 9e8d8b5..7a39d34 100644
--- a/dlls/mshtml/tests/dom.c
+++ b/dlls/mshtml/tests/dom.c
@@ -5775,7 +5775,7 @@ static void test_location(IHTMLDocument2 *doc)
     SysFreeString(str);
 
     ref = IHTMLLocation_Release(location);
-    ok(!ref, "location chould be destroyed here\n");
+    ok(!ref, "location should be destroyed here\n");
 }
 
 static void test_plugins_col(IHTMLDocument2 *doc)
-- 
2.8.0.rc3




More information about the wine-patches mailing list