From d97d92347ca2e8e34511364e391200e0eece3efe Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Sat, 7 May 2016 15:06:47 +0200 Subject: [PATCH] Fix typo --- app/controllers/submissions_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/submissions_controller.rb b/app/controllers/submissions_controller.rb index 8f26d986..1fec0b1b 100644 --- a/app/controllers/submissions_controller.rb +++ b/app/controllers/submissions_controller.rb @@ -124,7 +124,7 @@ class SubmissionsController < ApplicationController tubesock.onmessage do |data| Rails.logger.info(Time.now.getutc.to_s + ": Client sending: " + data) - # Check wether the client send a JSON command and kill container + # Check whether the client send a JSON command and kill container # if the command is 'exit', send it to docker otherwise. begin parsed = JSON.parse(data)