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;