diff options
author | Robin Jarry <robin@jarry.cc> | 2023-01-04 23:44:35 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-01-06 23:02:56 +0100 |
commit | 10b995f0196c8243132c3f435d4e11b3c9700e35 (patch) | |
tree | 5432afc5d2822fca5a4810e000c0ed0ea7b7c73f /widgets | |
parent | 535300cfdbfc6e72fe9717c409fa64f072a1c581 (diff) | |
download | aerc-10b995f0196c8243132c3f435d4e11b3c9700e35.tar.gz |
doc: fix English typos
Reported by Lintian (Debian).
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/compose.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/compose.go b/widgets/compose.go index 578c761c..1a59bd3a 100644 --- a/widgets/compose.go +++ b/widgets/compose.go @@ -141,7 +141,7 @@ func (c *Composer) SwitchAccount(newAcct *AccountView) error { editor.loadValue() } c.Invalidate() - log.Debugf("account sucessfully switched") + log.Debugf("account successfully switched") return nil } |