diff options
Diffstat (limited to 'commands/msg/read.go')
-rw-r--r-- | commands/msg/read.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/read.go b/commands/msg/read.go index dcb9657..1e264c2 100644 --- a/commands/msg/read.go +++ b/commands/msg/read.go @@ -51,7 +51,7 @@ func (Read) Execute(aerc *widgets.Aerc, args []string) error { } if toggle { - // ignore commmand given, simply toggle all the read states + // ignore command given, simply toggle all the read states return submitToggle(aerc, store, h) } msgUids, err := h.markedOrSelectedUids() |