From f9391fe798760236ab9bd5998a459b1b7c27e7f3 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Thu, 16 Jan 2020 07:20:54 +0100 Subject: Correct spelling --- widgets/compose.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/compose.go b/widgets/compose.go index 9419579..0e837e5 100644 --- a/widgets/compose.go +++ b/widgets/compose.go @@ -219,7 +219,7 @@ func (c *Composer) addTemplate(templateText []byte) error { // encountering an error when reading the template probably // means the template didn't evaluate to a properly formatted // mail file. - // This is fine, we still want to support simple body tempaltes + // This is fine, we still want to support simple body templates // that don't include headers. // // Just prepend the rendered template in that case. This -- cgit v1.2.3