diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2020-05-20 08:48:23 +0800 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-05-21 18:11:47 +0200 |
commit | a7986f5706a9ee93ab084331effcb7136b4ae50e (patch) | |
tree | 2c221a30ec2e4060eec6b0623aec6ae4fcf14f7b /commands/msg/read.go | |
parent | 2e7f15b6982fbddfd8a0a2d04542d9041299a7f4 (diff) | |
download | aerc-a7986f5706a9ee93ab084331effcb7136b4ae50e.tar.gz |
Fix typos
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 dcb96575..1e264c27 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() |