diff options
author | Thomas Faughnan <tom@tjf.sh> | 2022-08-22 01:23:53 -0400 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-22 09:49:26 +0200 |
commit | 62ac7a507172934ee46304be9da8c3e8a8f5d438 (patch) | |
tree | 74a04bc47b66625615836cdf02372398e5e00d86 /doc/aerc-config.5.scd | |
parent | 23639acd50d3fd996691a1b20d121db34d8ba1c6 (diff) | |
download | aerc-62ac7a507172934ee46304be9da8c3e8a8f5d438.tar.gz |
doc: fix man page typos
"behaviour" is not necessarily a typo, but currently 3/4 instances of
the word in the docs use the spelling "behavior".
Signed-off-by: Thomas Faughnan <tom@tjf.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index f9a87580..a87cbccd 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -361,7 +361,7 @@ These options are configured in the *[statusline]* section of aerc.conf. For a minimal statusline that only shows the current account and the connection information, use [%a] %c. - To completely mute the statusline (except for push notficiations), use + To completely mute the statusline (except for push notifications), use %m only. Default: [%a] %S %>%T |