Fix the spelling mistake "wether" with "whether"

This commit is contained in:
Maximilian Grundke
2018-08-02 08:08:52 +00:00
committed by Feram Bot
parent 2c5308d4cd
commit 331d12be3c

View File

@ -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