From 07cc9bf77dbb1a8835dd7104f3741103f9418a6d Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 24 May 2016 11:44:30 +0100 Subject: [PATCH] how ironic --- src/SlashCommands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SlashCommands.js b/src/SlashCommands.js index 5a43d41dd5..e4c0d5973a 100644 --- a/src/SlashCommands.js +++ b/src/SlashCommands.js @@ -330,7 +330,7 @@ module.exports = { * Returns null if the input didn't match a command. */ processInput: function(roomId, input) { - // trim any trailing whitespace, as it can confuse the parser for + // trim any trailing whitespace, as it can confuse the parser for // IRC-style commands input = input.replace(/\s+$/, ""); if (input[0] === "/" && input[1] !== "/") {