diff options
author | Robin Jarry <robin@jarry.cc> | 2023-06-19 10:21:54 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-06-19 21:19:41 +0200 |
commit | 130958f5a494b232887a3d086bf9901195662353 (patch) | |
tree | 0fd97ac114e952e13c165fb6f803566241f4cb5b | |
parent | 8ec2f0c1e59286f05de63b683f7316a7a40e7b46 (diff) | |
download | aerc-130958f5a494b232887a3d086bf9901195662353.tar.gz |
doc: fix typos
Reported by lintian.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
-rw-r--r-- | doc/aerc-search.1.scd | 2 | ||||
-rw-r--r-- | doc/aerc-templates.7.scd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd index 68ec685a..8cfbfd6a 100644 --- a/doc/aerc-search.1.scd +++ b/doc/aerc-search.1.scd @@ -32,7 +32,7 @@ aerc-search - search and filter patterns and options for *aerc*(1) *-H*: Search in the headers of the messages, for a specific header Syntax: _Header: Value_ - If the space between _:_ and the value is ommited, aerc will not + If the space between _:_ and the value is omitted, aerc will not search for the Header. *-b*: Search in the body of the messages diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd index 394e22b6..ce0b9a7c 100644 --- a/doc/aerc-templates.7.scd +++ b/doc/aerc-templates.7.scd @@ -354,7 +354,7 @@ aerc provides the following additional functions: *now* Return the current date as a golang time.Time object that can be - formated with *dateFormat*. + formatted with *dateFormat*. ``` {{dateFormat now "Mon Jan 2 15:04:05 -0700 MST 2006"}} |