summaryrefslogtreecommitdiffstats
path: root/pkg/gui
diff options
context:
space:
mode:
authorCokile <kelvintgx@gmail.com>2021-12-11 11:24:38 +0800
committerJesse Duffield <jessedduffield@gmail.com>2021-12-25 11:54:27 +1100
commit76e67455264fae2e6392a69a59245ec7f44850fd (patch)
tree6a41de9fa994b77e0f2841e64396941923d6df08 /pkg/gui
parent3771f9c98b8083f65599dc8c1a4262bf46d8ff27 (diff)
fix typo
Diffstat (limited to 'pkg/gui')
-rw-r--r--pkg/gui/presentation/authors/authors.go2
1 files changed, 1 insertions, 1 deletions
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
}