aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.core.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-02-27 16:22:42 -0500
committerScott González <scott.gonzalez@gmail.com>2012-02-27 16:22:42 -0500
commit70de33ae6d32416b0167c34c1a9951acfaaaf992 (patch)
tree7921602927474eb2f503e04d319ed92035d3a09d /ui/jquery.ui.core.js
parent9d6e94faf4030fd287120098d7395463d8acb698 (diff)
downloadjquery-ui-70de33ae6d32416b0167c34c1a9951acfaaaf992.tar.gz
jquery-ui-70de33ae6d32416b0167c34c1a9951acfaaaf992.zip
Core: Fixed typo.
Thanks jsgoupil
Diffstat (limited to 'ui/jquery.ui.core.js')
-rw-r--r--ui/jquery.ui.core.js2
1 files changed, 1 insertions, 1 deletions
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;