From 6e424780f1820edf482c0bd42a139c1fea1d713b Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 4 Feb 2016 14:38:05 +0000 Subject: [PATCH] typo --- src/components/structures/RoomView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index 8c97b49cce..644927e3bd 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -702,7 +702,7 @@ module.exports = React.createClass({ var cli = MatrixClientPeg.get(); var join_defer; var join_promise; - // if this is the first room we're joining, checkthe user has a display name + // if this is the first room we're joining, check the user has a display name // and if they don't, prompt them to set one. // NB. This unfortunately does not re-use the ChangeDisplayName component because // it doesn't behave quite as desired here (we want an input field here rather than