From 7c66f91429d9440d4fe6b9305fdcbe441638d111 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 23 Aug 2018 09:34:23 +0100 Subject: [PATCH] Typo --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index 5952467984d..54f9647f224 100644 --- a/src/client.js +++ b/src/client.js @@ -783,7 +783,7 @@ MatrixClient.prototype.getRooms = function() { * Retrieve all rooms that should be displayed to the user * This is essentially getRooms() with some rooms filtered out, eg. old versions * of rooms that have been replaced or (in future) other rooms that have been - * markewd at the protocol level as not to be displayed to the user. + * marked at the protocol level as not to be displayed to the user. * @return {Room[]} A list of rooms, or an empty list if there is no data store. */ MatrixClient.prototype.getVisibleRooms = function() {