aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Dahl <eric.c.dahl@gmail.com>2013-11-18 16:45:12 -0600
committerTJ VanToll <tj.vantoll@gmail.com>2013-11-20 08:12:38 -0500
commit32a00607f1c74b5ee12db005e7524ec1783bb2ac (patch)
treef0225a4352d76a66c1ab1ffad346de000d0de8a4
parent9fd0e86820dcea532d5357e0b814653746d62889 (diff)
downloadjquery-ui-32a00607f1c74b5ee12db005e7524ec1783bb2ac.tar.gz
jquery-ui-32a00607f1c74b5ee12db005e7524ec1783bb2ac.zip
Demos: Fix small typos
-rw-r--r--demos/spinner/latlong.html2
-rw-r--r--demos/tabs/manipulation.html2
-rw-r--r--demos/tooltip/video-player.html2
-rw-r--r--demos/widget/default.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/demos/spinner/latlong.html b/demos/spinner/latlong.html
index 56338205c..1c419ad6b 100644
--- a/demos/spinner/latlong.html
+++ b/demos/spinner/latlong.html
@@ -51,7 +51,7 @@
<div id="map"></div>
<div class="demo-description">
-<p>Google Maps integration, using spinners to change latidude and longitude.</p>
+<p>Google Maps integration, using spinners to change latitude and longitude.</p>
</div>
</body>
</html>
diff --git a/demos/tabs/manipulation.html b/demos/tabs/manipulation.html
index 61a59271b..62239c4b7 100644
--- a/demos/tabs/manipulation.html
+++ b/demos/tabs/manipulation.html
@@ -29,7 +29,7 @@
var tabs = $( "#tabs" ).tabs();
- // modal dialog init: custom buttons and a "close" callback reseting the form inside
+ // modal dialog init: custom buttons and a "close" callback resetting the form inside
var dialog = $( "#dialog" ).dialog({
autoOpen: false,
modal: true,
diff --git a/demos/tooltip/video-player.html b/demos/tooltip/video-player.html
index f95e2de66..3a4bc777f 100644
--- a/demos/tooltip/video-player.html
+++ b/demos/tooltip/video-player.html
@@ -107,7 +107,7 @@
<button class="menu" data-icon="ui-icon-triangle-1-s">Add to favorites or playlist</button>
</div>
<button title="Share this video">Share</button>
- <button data-icon="ui-icon-alert">Flag as inappropiate</button>
+ <button data-icon="ui-icon-alert">Flag as inappropriate</button>
</div>
<div class="demo-description">
diff --git a/demos/widget/default.html b/demos/widget/default.html
index 444de83b6..0ffc67138 100644
--- a/demos/widget/default.html
+++ b/demos/widget/default.html
@@ -149,7 +149,7 @@
}
});
- // click to set options after initalization
+ // click to set options after initialization
$( "#black" ).click( function() {
$( ":custom-colorize" ).colorize( "option", {
red: 0,