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)