From 9533d5e39eae2aa065b118cce2bf9c6925167eb4 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Wed, 20 May 2020 13:42:12 +0700 Subject: [PATCH] fix typo --- client/src/ajaxsocket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/ajaxsocket.js b/client/src/ajaxsocket.js index 582f529..981a492 100644 --- a/client/src/ajaxsocket.js +++ b/client/src/ajaxsocket.js @@ -140,7 +140,7 @@ var newAjaxSocket = function () { pollXhr = postAjax(ajaxHost, pollTimeout, data, function (data) { pollXhr = false; - // Check if this jax request has reached the server's timeout. + // Check if this ajax request has reached the server's timeout. if (data == PollCommands.Timeout) { // Just start the next poll request. poll();