inetcomm/tests: A spelling fix in an ok() message.

Francois Gouget fgouget at free.fr
Wed Feb 8 05:09:51 CST 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/inetcomm/tests/mimeole.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/inetcomm/tests/mimeole.c b/dlls/inetcomm/tests/mimeole.c
index 5701af601c9..c2026bc1cfb 100644
--- a/dlls/inetcomm/tests/mimeole.c
+++ b/dlls/inetcomm/tests/mimeole.c
@@ -1579,7 +1579,7 @@ static void test_mhtml_protocol(void)
     hres = IClassFactory_CreateInstance(class_factory, &outer, &IID_IUnknown, (void**)&unk);
     ok(hres == S_OK, "CreateInstance returned: %08x\n", hres);
     hres = IUnknown_QueryInterface(unk, &IID_IInternetProtocol, (void**)&unk2);
-    ok(hres == S_OK, "Coult not get IInternetProtocol iface: %08x\n", hres);
+    ok(hres == S_OK, "Could not get IInternetProtocol iface: %08x\n", hres);
     IUnknown_Release(unk2);
     IUnknown_Release(unk);
 
-- 
2.11.0




More information about the wine-patches mailing list