aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-01-04 23:44:35 +0100
committerRobin Jarry <robin@jarry.cc>2023-01-06 23:02:56 +0100
commit10b995f0196c8243132c3f435d4e11b3c9700e35 (patch)
tree5432afc5d2822fca5a4810e000c0ed0ea7b7c73f /doc
parent535300cfdbfc6e72fe9717c409fa64f072a1c581 (diff)
downloadaerc-10b995f0196c8243132c3f435d4e11b3c9700e35.tar.gz
doc: fix English typos
Reported by Lintian (Debian). Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-config.5.scd4
-rw-r--r--doc/aerc-search.1.scd2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 7e189a48..474c005b 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -529,7 +529,7 @@ These options are configured in the *[compose]* section of _aerc.conf_.
*address-book-cmd* = _khard email --remove-first-line --parsable %s_
*file-picker-cmd* = _<command>_
- Specifies the command to be used to select attachments. Any occurence of
+ Specifies the command to be used to select attachments. Any occurrence of
_%s_ in the *file-picker-cmd* will be replaced with the argument _<arg>_
to *:attach -m* _<arg>_.
@@ -560,7 +560,7 @@ These options are configured in the *[compose]* section of _aerc.conf_.
# MULTIPART CONVERTERS
-Converters allow to generate _multipart/alternative_ messages by converting the
+Converters allow generating _multipart/alternative_ messages by converting the
main _text/plain_ body into any other text MIME type with the *:multipart*
command. Only exact MIME types are accepted. The commands are invoked with
_sh -c_ and are expected to output valid UTF-8 text.
diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd
index 8349874b..9b375d55 100644
--- a/doc/aerc-search.1.scd
+++ b/doc/aerc-search.1.scd
@@ -57,7 +57,7 @@ aerc-search - search and filter patterns and options for *aerc*(1)
_<N>_ *(y[ear]|m[onth]|w[eek]|d[ay])*
_<N>_ is a positive integer that represents the number
- of the time units in the past. Mutiple relative terms
+ of the time units in the past. Multiple relative terms
can will be accumulated. The units can also be
abbreviated by a single letter such that yesterday would
correspond to _1d_ (equivalent to _1 day_ or _1_day_)