From c9ffdabe53ac6ba25102b9b5bf797765db81f55c Mon Sep 17 00:00:00 2001 From: Travis Jeffery Date: Fri, 4 May 2012 16:02:14 +0000 Subject: [PATCH] fix typo --- tests/tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +});