From 8029a9763c106cbb528aaac9972a20d052b6e501 Mon Sep 17 00:00:00 2001 From: Scott González Date: Wed, 7 May 2014 12:28:34 -0400 Subject: All: Fix typos Closes gh-1237 --- ui/sortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/sortable.js b/ui/sortable.js index a518e75cf..c7edd3d1f 100644 --- a/ui/sortable.js +++ b/ui/sortable.js @@ -391,7 +391,7 @@ return $.widget("ui.sortable", $.ui.mouse, { // currentContainer is switched before the placeholder is moved. // // Without this, moving items in "sub-sortables" can cause - // the placeholder to jitter beetween the outer and inner container. + // the placeholder to jitter between the outer and inner container. if (item.instance !== this.currentContainer) { continue; } -- cgit v1.2.3