aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account')
-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)
}