Module: wine Branch: master Commit: a4a1ba5a2263858ed0dbb5a713b371a80a978726 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a4a1ba5a2263858ed0dbb5a71...
Author: Francois Gouget fgouget@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@free.fr Signed-off-by: Alexandre Julliard julliard@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() {