From c96d33a340a95e51a31ff069c6daead120284643 Mon Sep 17 00:00:00 2001 From: Matheus <27972099+MatheusNtg@users.noreply.github.com> Date: Wed, 15 May 2019 14:17:04 -0300 Subject: [PATCH] Typo fixed --- s/websocket-chat/chatserver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/websocket-chat/chatserver.js b/s/websocket-chat/chatserver.js index 67f298c..7bf243a 100644 --- a/s/websocket-chat/chatserver.js +++ b/s/websocket-chat/chatserver.js @@ -108,7 +108,7 @@ function sendUserListToAll() { } } -console.log("***CRETING REQUEST HANDLER"); +console.log("***CREATING REQUEST HANDLER"); wsServer.on('request', function(request) { console.log("Handling request from " + request.origin); if (!originIsAllowed(request.origin)) {