aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-09 07:11:42 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-09 07:11:42 +0000
commit2439b4feb8e7dfb1b841afc7e416d87e505d4d2c (patch)
tree577094d6b46dafac2ced5293466bcbfd5ecc905b /demos
parent711c1063147a0bdaf589223d335ec83f0679587f (diff)
downloadjquery-ui-2439b4feb8e7dfb1b841afc7e416d87e505d4d2c.tar.gz
jquery-ui-2439b4feb8e7dfb1b841afc7e416d87e505d4d2c.zip
spelling correction
Diffstat (limited to 'demos')
-rw-r--r--demos/functional/js/functional.demo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/functional/js/functional.demo.js b/demos/functional/js/functional.demo.js
index 330ffce9e..62f323cad 100644
--- a/demos/functional/js/functional.demo.js
+++ b/demos/functional/js/functional.demo.js
@@ -165,7 +165,7 @@ var loadDemo = function(comp) {
$('#containerDemo').html("<img src='images/ajax-loader.gif'>");
$("#containerDemo").ajaxError(function(request, settings){
- $(this).html("Ops, there is no template file for this component.");
+ $(this).html("Oops, there is no template file for this component.");
});
$.get('templates/'+comp+'.html', function(data) {