]> source.dussan.org Git - jquery-ui.git/commitdiff
spelling correction
authorRichard Worth <rdworth@gmail.com>
Mon, 9 Jun 2008 07:11:42 +0000 (07:11 +0000)
committerRichard Worth <rdworth@gmail.com>
Mon, 9 Jun 2008 07:11:42 +0000 (07:11 +0000)
demos/functional/js/functional.demo.js

index 330ffce9ebf753ce6d2cf978d268d93bce84a9d6..62f323cadecd9741214eaec660c82be54217253f 100644 (file)
@@ -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) {