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 /commands/account | |
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 'commands/account')
-rw-r--r-- | commands/account/import-mbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/import-mbox.go b/commands/account/import-mbox.go index b03d8d78..c1ee5936 100644 --- a/commands/account/import-mbox.go +++ b/commands/account/import-mbox.go @@ -122,7 +122,7 @@ func (ImportMbox) Execute(aerc *widgets.Aerc, args []string) error { } } } - infoStr := fmt.Sprintf("%s: imported %d of %d sucessfully.", args[0], appended, len(messages)) + infoStr := fmt.Sprintf("%s: imported %d of %d successfully.", args[0], appended, len(messages)) log.Debugf(infoStr) aerc.SetStatus(infoStr) } |