From 76e67455264fae2e6392a69a59245ec7f44850fd Mon Sep 17 00:00:00 2001 From: Cokile Date: Sat, 11 Dec 2021 11:24:38 +0800 Subject: fix typo --- pkg/gui/presentation/authors/authors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/gui') diff --git a/pkg/gui/presentation/authors/authors.go b/pkg/gui/presentation/authors/authors.go index 65016142f..7924ba369 100644 --- a/pkg/gui/presentation/authors/authors.go +++ b/pkg/gui/presentation/authors/authors.go @@ -55,7 +55,7 @@ func AuthorStyle(authorName string) style.TextStyle { return value } - // use the unified style whatever the autor name is + // use the unified style whatever the author name is if value, ok := authorStyleCache[authorNameWildcard]; ok { return value } -- cgit v1.2.3