From ee7c06469018ab3ebb806cfa0f615283782bcaa1 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 8 Sep 2016 13:56:45 +0100 Subject: [PATCH] I can't spell 'likely' --- src/Rooms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rooms.js b/src/Rooms.js index 08c09b7ff8..436580371e 100644 --- a/src/Rooms.js +++ b/src/Rooms.js @@ -112,7 +112,7 @@ export function setDMRoom(roomId, userId) { } /** - * Given a room, estimate which of its members is likley to + * Given a room, estimate which of its members is likely to * be the target if the room were a DM room and return that user. */ export function guessDMRoomTarget(room, me) {