[PATCH] jscript/tests: Fix the spelling and slightly reword an ok() message.
22 Sep
2019
22 Sep
'19
9:21 p.m.
Signed-off-by: Francois Gouget <fgouget(a)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
2364
Age (days ago)
2364
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget