summaryrefslogtreecommitdiffstats
path: root/jquery
diff options
context:
space:
mode:
authororbitcowboy <ettl.martin78@gmail.com>2015-03-25 14:14:12 (GMT)
committerorbitcowboy <ettl.martin78@gmail.com>2015-03-25 14:14:12 (GMT)
commitb82320a6f57519443c46e5e3044fef97b1f8f618 (patch)
treeb5573735ec53d07e30bbc295ecb6df942d976d57 /jquery
parent15b93a26e99289cf0ac929e8a8fd64224f808460 (diff)
downloadDoxygen-b82320a6f57519443c46e5e3044fef97b1f8f618.zip
Doxygen-b82320a6f57519443c46e5e3044fef97b1f8f618.tar.gz
Doxygen-b82320a6f57519443c46e5e3044fef97b1f8f618.tar.bz2
Fixed typos in comments.
Diffstat (limited to 'jquery')
-rw-r--r--jquery/jquery.ui-1.8.18.core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery/jquery.ui-1.8.18.core.js b/jquery/jquery.ui-1.8.18.core.js
index 98b4f9b..e6f1212 100644
--- a/jquery/jquery.ui-1.8.18.core.js
+++ b/jquery/jquery.ui-1.8.18.core.js
@@ -226,7 +226,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;