diff --git a/tests/tests.js b/tests/tests.js index 9c6cc64..258caad 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -398,7 +398,7 @@ $(function () { } for (var i in object) { - ok ( true, "this hsould be called 1 time" ); + ok ( true, "this should be called 1 time" ); } }); @@ -871,4 +871,4 @@ $(function () { }); -}); \ No newline at end of file +});