aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/import-mbox.go
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-01-04 23:44:35 +0100
committerRobin Jarry <robin@jarry.cc>2023-01-06 23:02:56 +0100
commit10b995f0196c8243132c3f435d4e11b3c9700e35 (patch)
tree5432afc5d2822fca5a4810e000c0ed0ea7b7c73f /commands/account/import-mbox.go
parent535300cfdbfc6e72fe9717c409fa64f072a1c581 (diff)
downloadaerc-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/import-mbox.go')
-rw-r--r--commands/account/import-mbox.go2
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)
}