"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>
---
doc/aerc-config.5.scd | 2 +-doc/aerc-notmuch.5.scd | 2 +-doc/aerc-stylesets.7.scd | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index aaf15b8..743230e 100644
--- a/doc/aerc-config.5.scd+++ b/doc/aerc-config.5.scd
@@ -355,7 +355,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
diff --git a/doc/aerc-notmuch.5.scd b/doc/aerc-notmuch.5.scd
index 7da7ecf..5f71273 100644
--- a/doc/aerc-notmuch.5.scd+++ b/doc/aerc-notmuch.5.scd
@@ -68,7 +68,7 @@ This can for example be useful if you use an archive or spam tag.
# USAGE
-Notmuch shows slightly different behaviour than for example imap.+++Notmuch shows slightly different behavior than for example imap.++Some commands are simply unsupported because they have no proper counterpart
in notmuch, like :delete and :archive.++
Others are slightly different in semantics and mentioned below:
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd
index 9d4c91b..3b5dc23 100644
--- a/doc/aerc-stylesets.7.scd+++ b/doc/aerc-stylesets.7.scd
@@ -13,7 +13,7 @@ its ui.
Aerc uses a simple configuration file to describe a styleset. The
styleset is described as key, value pairs. In each line, the key
-represents the style object it signifies and the color/atrribute of+represents the style object it signifies and the color/attribute ofthat is modified.
For example, in the line below, the foreground color of the
--
2.37.2
Thomas Faughnan, Aug 22, 2022 at 07:23:
> "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>
Applied on master. Thanks!
On Mon Aug 22, 2022 at 7:23 AM CEST, Thomas Faughnan wrote:
> "behaviour" is not necessarily a typo, but currently 3/4 instances of> the word in the docs use the spelling "behavior".
Seems reasonable.
>> Signed-off-by: Thomas Faughnan <tom@tjf.sh>> ---> doc/aerc-config.5.scd | 2 +-> doc/aerc-notmuch.5.scd | 2 +-> doc/aerc-stylesets.7.scd | 2 +-> 3 files changed, 3 insertions(+), 3 deletions(-)>> diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd> index aaf15b8..743230e 100644> --- a/doc/aerc-config.5.scd> +++ b/doc/aerc-config.5.scd> @@ -355,7 +355,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
what's the change here?
> %m only.> > Default: [%a] %S %>%T
Moritz Poldrack, Aug 22, 2022 at 10:05:
> > - To completely mute the statusline (except for push notficiations), use> > + To completely mute the statusline (except for push notifications), use> what's the change here?
s/notficiations/notifications/
^^^^
On Mon Aug 22, 2022 at 10:08 AM CEST, Robin Jarry wrote:
> Moritz Poldrack, Aug 22, 2022 at 10:05:> > > - To completely mute the statusline (except for push notficiations), use> > > + To completely mute the statusline (except for push notifications), use> > what's the change here?>> s/notficiations/notifications/> ^^^^
nevermind… just me being blind I guess :)