diff options
author | Robin Jarry <robin@jarry.cc> | 2022-07-12 17:40:18 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-07-18 13:58:27 +0200 |
commit | 011d41de7e58c8b488a9c0ed89bd59dcb005ded8 (patch) | |
tree | 7fa7c66c2643463c46e22a2fa66d74dfadc3fc44 /config | |
parent | 3ef4a3ca051a0d445b300d13fa86bc31b3c8c9e0 (diff) | |
download | aerc-011d41de7e58c8b488a9c0ed89bd59dcb005ded8.tar.gz |
doc: fix typos
These were reported by lintian when packaging aerc 0.11.0. There are
probably others.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'config')
-rw-r--r-- | config/aerc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 6c89f855..f07900d8 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -4,7 +4,7 @@ [general] # # If set to "gpg", aerc will use system gpg binary and keystore for all crypto -# operations. Otherwise, the internal openpgp implemenation will be used. +# operations. Otherwise, the internal openpgp implementation will be used. # # Default: internal pgp-provider=internal |