summaryrefslogtreecommitdiffstats
path: root/pkg/gui/presentation/authors/authors.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/presentation/authors/authors.go')
-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
}