[PATCH] jscript/tests: A spelling fix in an ok() message.

Francois Gouget fgouget at free.fr
Thu Aug 8 08:18:23 CDT 2019


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

diff --git a/dlls/jscript/tests/run.c b/dlls/jscript/tests/run.c
index e48f7484d06..d88b56090ef 100644
--- a/dlls/jscript/tests/run.c
+++ b/dlls/jscript/tests/run.c
@@ -2573,7 +2573,7 @@ static void test_eval(void)
     ok(script_disp != NULL, "script_disp == NULL\n");
 
     hres = IDispatch_QueryInterface(script_disp, &IID_IDispatchEx, (void**)&script_dispex);
-    ok(hres == S_OK, "Coult not get IDispatchEx iface: %08x\n", hres);
+    ok(hres == S_OK, "Could not get IDispatchEx iface: %08x\n", hres);
     IDispatch_Release(script_disp);
 
     str = a2bstr("eval");
-- 
2.20.1




More information about the wine-devel mailing list