french misspeech
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 20 Jun 2013 12:22:55 +0000 (12:22 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 20 Jun 2013 12:22:55 +0000 (12:22 +0000)
experiments/spclient/mkws.js

index af9ba21..179e972 100644 (file)
@@ -429,7 +429,7 @@ $(document).ready(function() {
 function mkws_service_proxy_auth() {
     var jqxhr = jQuery.get("/service-proxy-auth")
        .fail(function() {
-           alert("service proxy authentification failed, give up!");
+           alert("service proxy authentication failed, give up!");
        })
        .success(function(data) {
            if (!jQuery.isXMLDoc(data)) {