From 70de33ae6d32416b0167c34c1a9951acfaaaf992 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 27 Feb 2012 16:22:42 -0500 Subject: [PATCH] Core: Fixed typo. Thanks jsgoupil --- ui/jquery.ui.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.core.js b/ui/jquery.ui.core.js index 5f0414ec8..6345ef69c 100644 --- a/ui/jquery.ui.core.js +++ b/ui/jquery.ui.core.js @@ -214,7 +214,7 @@ $(function() { div = body.appendChild( div = document.createElement( "div" ) ); // access offsetHeight before setting the style to prevent a layout bug - // in IE 9 which causes the elemnt to continue to take up space even + // in IE 9 which causes the element to continue to take up space even // after it is removed from the DOM (#8026) div.offsetHeight; -- 2.39.5