Commit 53cba4f0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 832b7f1e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment