From 5bed0b7275d9392fe56da427e1b48b396cd463ab Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Wed, 8 Jul 2015 16:32:03 +0100
Subject: [PATCH] typo

---
 src/controllers/organisms/RoomList.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/controllers/organisms/RoomList.js b/src/controllers/organisms/RoomList.js
index 98379a9c..acc510ee 100644
--- a/src/controllers/organisms/RoomList.js
+++ b/src/controllers/organisms/RoomList.js
@@ -73,7 +73,7 @@ module.exports = {
             return;
         }
 
-        // obviously this won't deep copy but we this shouldn't be necessary
+        // obviously this won't deep copy but this shouldn't be necessary
         var amap = this.state.activityMap;
         amap[room.roomId] = Math.max(amap[room.roomId] || 0, hl);
         this.setState({