projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb2f9d3
)
FIx typo.
author
Mike Taylor
<mike@indexdata.com>
Wed, 19 Jun 2013 15:51:50 +0000
(16:51 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 19 Jun 2013 15:51:50 +0000
(16:51 +0100)
experiments/spclient/mkws.js
patch
|
blob
|
history
diff --git
a/experiments/spclient/mkws.js
b/experiments/spclient/mkws.js
index
ff03ce1
..
07c1f06
100644
(file)
--- a/
experiments/spclient/mkws.js
+++ b/
experiments/spclient/mkws.js
@@
-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)) {