prepare to async: typos in error messages

This change extracts the grammar correction performed on the async branch,
anticipating them in a single commit. It cannot be folded with the previous
one, as it is not purely cosmetic.
This commit is contained in:
muxator 2019-02-15 22:52:53 +01:00
parent 9497ee734f
commit e841798314
6 changed files with 12 additions and 12 deletions

View file

@ -457,7 +457,7 @@ function handleGetChatMessages(client, message)
var count = end - start;
if (count < 0 || count > 100) {
messageLogger.warn("Dropped message, GetChatMessages Message, client requested invalid amout of messages!");
messageLogger.warn("Dropped message, GetChatMessages Message, client requested invalid amount of messages!");
return;
}