From a784abd57f10fa013ccfa2d0ca99ccebf0ff5d5f Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 22 Nov 2017 17:13:18 +0000 Subject: [PATCH] Comment typo --- src/components/views/rooms/PresenceLabel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/rooms/PresenceLabel.js b/src/components/views/rooms/PresenceLabel.js index bcedb0e467..b6e171100b 100644 --- a/src/components/views/rooms/PresenceLabel.js +++ b/src/components/views/rooms/PresenceLabel.js @@ -44,7 +44,7 @@ module.exports = React.createClass({ }; }, - // Return duration as a sting using appropriate time units + // Return duration as a string using appropriate time units // XXX: This would be better handled using a culture-aware library, but we don't use one yet. getDuration: function(time) { if (!time) return;