From b2a51a589ab4742c1146e9f3088822d706d85e4c Mon Sep 17 00:00:00 2001 From: "Yi, EungJun" Date: Sun, 6 May 2012 12:12:00 +0900 Subject: [PATCH] Draggable tests: Fixed typo. --- tests/unit/draggable/draggable_events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/draggable/draggable_events.js b/tests/unit/draggable/draggable_events.js index 85ba824d8..2b2104ed4 100644 --- a/tests/unit/draggable/draggable_events.js +++ b/tests/unit/draggable/draggable_events.js @@ -5,7 +5,7 @@ module("draggable: events"); -test("callbacks occurance count", function() { +test("callbacks occurrence count", function() { expect(3); -- 2.39.5