Fix typos

This commit is contained in:
Martin Michlmayr 2020-05-20 08:48:23 +08:00 committed by Reto Brunner
parent 2e7f15b698
commit a7986f5706
8 changed files with 11 additions and 11 deletions
commands/msg

View file

@ -77,7 +77,7 @@ func (Mark) Execute(aerc *widgets.Aerc, args []string) error {
case "unmark":
if visual {
return fmt.Errorf("visual mode not suported for this command")
return fmt.Errorf("visual mode not supported for this command")
}
if all && toggle {