aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/compose.go
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-01-04 23:44:35 +0100
committerRobin Jarry <robin@jarry.cc>2023-01-06 23:02:56 +0100
commit10b995f0196c8243132c3f435d4e11b3c9700e35 (patch)
tree5432afc5d2822fca5a4810e000c0ed0ea7b7c73f /widgets/compose.go
parent535300cfdbfc6e72fe9717c409fa64f072a1c581 (diff)
downloadaerc-10b995f0196c8243132c3f435d4e11b3c9700e35.tar.gz
doc: fix English typos
Reported by Lintian (Debian). Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'widgets/compose.go')
-rw-r--r--widgets/compose.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/compose.go b/widgets/compose.go
index 578c761c..1a59bd3a 100644
--- a/widgets/compose.go
+++ b/widgets/compose.go
@@ -141,7 +141,7 @@ func (c *Composer) SwitchAccount(newAcct *AccountView) error {
editor.loadValue()
}
c.Invalidate()
- log.Debugf("account sucessfully switched")
+ log.Debugf("account successfully switched")
return nil
}