diff options
Diffstat (limited to 'internal/typeutils/defaulticons.go')
-rw-r--r-- | internal/typeutils/defaulticons.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/typeutils/defaulticons.go b/internal/typeutils/defaulticons.go index bcb7b8c10..e3a090109 100644 --- a/internal/typeutils/defaulticons.go +++ b/internal/typeutils/defaulticons.go @@ -119,7 +119,7 @@ func (c *Converter) ensureAvatar(account *apimodel.Account) { account.AvatarStatic = avatar } -// EnsureAvatar ensures that the given account has a value set +// ensureHeader ensures that the given account has a value set // for the header URL. // // If no value is set, the default header will be set. |