From 2f391bdbab3d0d0857d2be111a38acd265290a21 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 30 Jun 2019 19:25:47 -0600 Subject: [PATCH] Spelling --- core/msg_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/msg_list.js b/core/msg_list.js index f73dae8a..380fc5e4 100644 --- a/core/msg_list.js +++ b/core/msg_list.js @@ -227,7 +227,7 @@ exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher( return callback(err); }); }, - function getLastReadMesageId(callback) { + function getLastReadMessageId(callback) { // messageList entries can contain |isNew| if they want to be considered new if(configProvidedMessageList) { self.lastReadId = 0;