FIx typo.
authorMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 15:51:50 +0000 (16:51 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 15:51:50 +0000 (16:51 +0100)
experiments/spclient/mkws.js

index ff03ce1..07c1f06 100644 (file)
@@ -430,7 +430,7 @@ $(document).ready(function() {
     if (useServiceProxy) {
        var jqxhr = jQuery.get(authURLServiceProxy)
            .fail(function() {
-             alert("service proxy authentifiction failed for URL " + authURLServiceProxy + " , give up!");
+             alert("service proxy authentification failed for URL " + authURLServiceProxy + " , give up!");
            })
            .success(function(data) {
               if (!jQuery.isXMLDoc(data)) {