summaryrefslogtreecommitdiff
path: root/commands/msg/mark.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/mark.go')
-rw-r--r--commands/msg/mark.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/mark.go b/commands/msg/mark.go
index 6738a5e..3955f4a 100644
--- a/commands/msg/mark.go
+++ b/commands/msg/mark.go
@@ -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 {