diff --git a/src/components/views/rooms/EventTile.js b/src/components/views/rooms/EventTile.js
index 8ac7ab7996ce627ae710b6d306f605b8037ad4c2..123026aa939b3a9f3678e7484ca0a83aba5a2c05 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 */