From c77696f3fe6725e12718d7f1f57cc949518db5e2 Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 14 Sep 2025 21:18:31 +0200 Subject: [PATCH] typo fixed --- mzta-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mzta-background.js b/mzta-background.js index c8ca8bfe..c09fff06 100644 --- a/mzta-background.js +++ b/mzta-background.js @@ -1043,7 +1043,7 @@ async function processEmails(messages, addTagsAuto, spamFilter) { if (addTagsAuto || spamFilter) { curr_fullMessage = await browser.messages.getFull(message.id); msg_text = getMailBody(curr_fullMessage); - taLog.log("Startin from the HTML body if present and converting to plain text..."); + taLog.log("Starting from the HTML body if present and converting to plain text..."); body_text = htmlBodyToPlainText(msg_text.html); if( body_text.length == 0 ){ taLog.log("No HTML found in the message body, using plain text...");