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

Francois Gouget fgouget at free.fr
Sun Sep 22 16:21:19 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 0fb63f46822..4812a066d15 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() {
-- 
2.20.1




More information about the wine-devel mailing list