diff options
author | Ryan Winograd <ryan@thewinograds.com> | 2024-05-02 23:45:22 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-05-09 22:13:17 +0200 |
commit | 8d952fe954b1df4ce3970868368252044ba4abca (patch) | |
tree | 06c518d0ba2033224766436e7f429caaa1116cff /config/aerc.conf | |
parent | e4c1e063d19e3449b965fa5aca30c6642f16f2a1 (diff) | |
download | aerc-8d952fe954b1df4ce3970868368252044ba4abca.tar.gz |
config: fix typos in aerc.conf comments
I've recently started using aerc and I love it. I hope this exceedingly
small contribution is helpful.
Signed-off-by: Ryan Winograd <ryan@thewinograds.com>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index bd9ef16b..ccfbe748 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -165,7 +165,7 @@ #message-view-this-day-time-format= # If set, overrides timestamp-format in the message view for messages -# that were recieved/sent within the last 7 days. +# that were received/sent within the last 7 days. # #message-view-this-week-time-format= @@ -363,7 +363,7 @@ # Default: false #reverse-msglist-order = false -# Reverse display of the mesage threads. Default order is the the intial +# Reverse display of the message threads. Default order is the initial # message is on the top with all the replies being displayed below. The # reverse option will put the initial message at the bottom with the # replies on top. |