From: Mike Taylor Date: Wed, 26 Mar 2014 11:24:28 +0000 (+0000) Subject: Typo in error message. X-Git-Tag: 1.0.0~1208 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=e26753e3c10a133862a0b2cabc2134af3ba547f3 Typo in error message. --- 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; }