From 497b3db07403da6e9a477fd5b3f2c39492bfb516 Mon Sep 17 00:00:00 2001 From: John E Date: Sat, 25 Jul 2026 10:09:06 -0400 Subject: [PATCH] docs: fix some typos Signed-off-by: John E --- mu/mu-options.cc | 2 +- mu4e/mu4e-actions.el | 2 +- mu4e/mu4e-headers.el | 2 +- mu4e/mu4e-query-items.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mu/mu-options.cc b/mu/mu-options.cc index 6c890f39..5d557ae2 100644 --- a/mu/mu-options.cc +++ b/mu/mu-options.cc @@ -732,7 +732,7 @@ AssocPairs SubCommandInfos= {{ }, { SubCommand::Extract, {Category::None, - "extract", "Extract attachements and other MIME-parts", sub_extract} + "extract", "Extract attachments and other MIME-parts", sub_extract} }, { SubCommand::Fields, {Category::None, diff --git a/mu4e/mu4e-actions.el b/mu4e/mu4e-actions.el index 33808191..6a98411a 100644 --- a/mu4e/mu4e-actions.el +++ b/mu4e/mu4e-actions.el @@ -69,7 +69,7 @@ Needed by `mu4e-action-add-org-contact'.") (defvar org-capture-templates nil))) (defun mu4e-action-add-org-contact (msg) - "Add an org-contact based on the sender ddress of the current MSG. + "Add an org-contact based on the sender address of the current MSG. You need to set `mu4e-org-contacts-file' to the full path to the file where you store your org-contacts." (unless (require 'org-capture nil 'noerror) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 828b5e1f..c7d4c4b4 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -111,7 +111,7 @@ In the format of `format-time-string'." By default, do it in a slightly inaccurate but faster way. To get an idea about the difference, In some tests, the rendering time was around 5.8 ms per messages for precise alignment, versus 3.3 -for non-precise aligment (for 445 messages)." +for non-precise alignment (for 445 messages)." :type 'boolean :group 'mu4e-headers) diff --git a/mu4e/mu4e-query-items.el b/mu4e/mu4e-query-items.el index 4814cb0f..d61594d1 100644 --- a/mu4e/mu4e-query-items.el +++ b/mu4e/mu4e-query-items.el @@ -193,7 +193,7 @@ DATA is either the bookmarks or maildirs (user-defined). LAST-RESULTS-DATA contains unread/counts we received from the server, while BASELINE-DATA contains the same but taken at some -earier time. +earlier time. The TYPE denotes the category for the query item, a symbol bookmark or maildir."