Francois Gouget : inetcomm/tests: A spelling fix in an ok() message.
Module: wine Branch: master Commit: 6b2dbe6cf6e30d9833f32d2c933be9175cc3eba1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6b2dbe6cf6e30d9833f32d2c93... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Feb 8 12:09:51 2017 +0100 inetcomm/tests: A spelling fix in an ok() message. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 5701af6..c2026bc 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);
participants (1)
-
Alexandre Julliard