Typo in error message.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:24:28 +0000 (11:24 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:24:28 +0000 (11:24 +0000)
src/mkws-core.js

index da57e94..b11f53f 100644 (file)
@@ -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;
            }