diff options
Diffstat (limited to 'modules/avatar')
-rw-r--r-- | modules/avatar/avatar.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/avatar/avatar.go b/modules/avatar/avatar.go index 225d6c8183..c0a71f11de 100644 --- a/modules/avatar/avatar.go +++ b/modules/avatar/avatar.go @@ -46,7 +46,7 @@ func init() { } // hash email to md5 string -// keep this func in order to make this package indenpent +// keep this func in order to make this package independent func HashEmail(email string) string { // https://en.gravatar.com/site/implement/hash/ email = strings.TrimSpace(email) |