From 59c262c7a9b3e3d80603e4181f68edf867c73e6d Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Sat, 5 Mar 2016 02:05:29 +0000
Subject: [PATCH] fix comments

---
 src/components/views/rooms/EventTile.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/views/rooms/EventTile.js b/src/components/views/rooms/EventTile.js
index 8ac7ab7996..123026aa93 100644
--- a/src/components/views/rooms/EventTile.js
+++ b/src/components/views/rooms/EventTile.js
@@ -94,13 +94,13 @@ module.exports = React.createClass({
          */
         contextual: React.PropTypes.bool,
 
-        /* a list of words to highlight */
+        /* a list of words to highlight, ordered by longest first */
         highlights: React.PropTypes.array,
 
         /* link URL for the highlights */
         highlightLink: React.PropTypes.string,
 
-        /* is this the focussed event */
+        /* is this the focused event */
         isSelectedEvent: React.PropTypes.bool,
 
         /* callback called when images in events are loaded */
-- 
GitLab