From 39c068400e9dd3a577580faa41e87140c2d2e499 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Sat, 6 Dec 2014 20:22:48 -0500 Subject: Fix spelling errors in comments. --- modules/avatar/avatar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/avatar/avatar.go') diff --git a/modules/avatar/avatar.go b/modules/avatar/avatar.go index 225d6c81..c0a71f11 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) -- cgit v1.2.3