From 47ddc6dedfd2e2144a96d7da2935e1d1acb2b028 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 11 Sep 2017 18:29:20 +0100 Subject: [PATCH] Comment typo --- src/components/structures/LeftPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/LeftPanel.js b/src/components/structures/LeftPanel.js index 8acb852697..23dba3dbb5 100644 --- a/src/components/structures/LeftPanel.js +++ b/src/components/structures/LeftPanel.js @@ -46,7 +46,7 @@ var LeftPanel = React.createClass({ shouldComponentUpdate: function(nextProps, nextState) { // MatrixChat will update whenever the user switches - // rooms, but propagating this chnage all the way down + // rooms, but propagating this change all the way down // the react tree is quite slow, so we cut this off // here. The RoomTiles listen for the room change // events themselves to know when to update.