X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-core.js;h=b11f53fcebb145f9c72c3e879ec68760189dd8a7;hb=e26753e3c10a133862a0b2cabc2134af3ba547f3;hp=da57e9486a93c268f7ee9fd421e5dca674535b2b;hpb=b9ec634af85ea55b6241d4ffe1c23189a2840f26;p=mkws-moved-to-github.git diff --git a/src/mkws-core.js b/src/mkws-core.js index da57e94..b11f53f 100644 --- a/src/mkws-core.js +++ b/src/mkws-core.js @@ -275,7 +275,7 @@ if (mkws_config == null || typeof mkws_config != 'object') { } var status = $(data).find("status"); if (status.text() != "OK") { - alert("service proxy auth repsonse status: " + status.text() + ", give up!"); + alert("service proxy auth response status: " + status.text() + ", give up!"); return; }