Francois Gouget : mshtml/tests: Fix the spelling of an ok() message.

Alexandre Julliard julliard at winehq.org
Mon May 17 15:45:29 CDT 2021


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat May 15 17:41:03 2021 +0200

mshtml/tests: Fix the spelling of an ok() message.

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

---

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

diff --git a/dlls/mshtml/tests/dom.js b/dlls/mshtml/tests/dom.js
index d171b516cfd..a2c70540eba 100644
--- a/dlls/mshtml/tests/dom.js
+++ b/dlls/mshtml/tests/dom.js
@@ -453,7 +453,7 @@ async_test("animation_frame", function() {
     var id = requestAnimationFrame(function(x) {
         ok(this === window, "this != window");
         ok(typeof(x) === "number", "x = " + x);
-        ok(arguments.length === 1, "arguments.lenght = " + arguments.length);
+        ok(arguments.length === 1, "arguments.length = " + arguments.length);
         next_test();
     });
     ok(typeof(id) === "number", "id = " + id);




More information about the wine-cvs mailing list