mshtml/tests: A couple of spelling fixes in ok() messages.

Francois Gouget fgouget at free.fr
Wed Feb 8 05:10:02 CST 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/mshtml/tests/htmldoc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c
index 2cfc414c3e1..467b3ebdf13 100644
--- a/dlls/mshtml/tests/htmldoc.c
+++ b/dlls/mshtml/tests/htmldoc.c
@@ -8693,12 +8693,12 @@ static void test_com_aggregation(const CLSID *clsid)
     SET_CALLED(outer_QI_IPersistMoniker);
 
     hres = IUnknown_QueryInterface(unk, &IID_IDispatch, (void**)&unk2);
-    ok(hres == S_OK, "Coult not get IDispatch iface: %08x\n", hres);
+    ok(hres == S_OK, "Could not get IDispatch iface: %08x\n", hres);
 
     SET_EXPECT(outer_QI_test);
     hres = IUnknown_QueryInterface(unk2, &outer_test_iid, (void**)&unk3);
     CHECK_CALLED(outer_QI_test);
-    ok(hres == S_OK, "Coult not get IInternetProtocol iface: %08x\n", hres);
+    ok(hres == S_OK, "Could not get IInternetProtocol iface: %08x\n", hres);
     ok(unk3 == (IUnknown*)0xdeadbeef, "unexpected unk2\n");
 
     IUnknown_Release(unk2);
-- 
2.11.0




More information about the wine-patches mailing list