From 331d12be3c3c6c7f9fede773362829a4ee5ef1cf Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Thu, 2 Aug 2018 08:08:52 +0000 Subject: [PATCH] Fix the spelling mistake "wether" with "whether" --- app/assets/javascripts/editor/websocket.js.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/editor/websocket.js.erb b/app/assets/javascripts/editor/websocket.js.erb index 1d0e2b25..1bc26648 100644 --- a/app/assets/javascripts/editor/websocket.js.erb +++ b/app/assets/javascripts/editor/websocket.js.erb @@ -34,7 +34,7 @@ CommandSocket.prototype.onMessage = function(event) { }; /** - * Parses a message, checks wether it contains multiple commands (seperated by linebreaks) + * Parses a message, checks whether it contains multiple commands (seperated by linebreaks) * This needs to be done because of the behavior of the docker-socket connection. * Because of this, sometimes multiple commands might be executed in one message. * @param message