Francois Gouget : jscript/tests: Fix the spelling and slightly reword an ok() message.

Alexandre Julliard julliard at winehq.org
Mon Sep 23 15:22:33 CDT 2019


Module: wine
Branch: master
Commit: a4a1ba5a2263858ed0dbb5a713b371a80a978726
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a4a1ba5a2263858ed0dbb5a713b371a80a978726

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Sep 22 23:21:19 2019 +0200

jscript/tests: Fix the spelling and slightly reword an ok() message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/jscript/tests/lang.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/jscript/tests/lang.js b/dlls/jscript/tests/lang.js
index 0fb63f4682..4812a066d1 100644
--- a/dlls/jscript/tests/lang.js
+++ b/dlls/jscript/tests/lang.js
@@ -1526,7 +1526,7 @@ deleteTest = 1;
 delete deleteTest;
 try {
     tmp = deleteTest;
-    ok(false, "deleteTest not throwed exception?");
+    ok(false, "deleteTest did not throw an exception?");
 }catch(ex) {}
 
 (function() {




More information about the wine-cvs mailing list