diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index 75614471a0..abcccc48b8 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -358,7 +358,7 @@ module.exports = React.createClass({ } } - // update ther tab complete list as it depends on who most recently spoke, + // update the tab complete list as it depends on who most recently spoke, // and that has probably just changed if (ev.sender) { this.tabComplete.onMemberSpoke(ev.sender);