Skip to content

Commit c652534

Browse files
committed
I love you too, linter
1 parent 2495a46 commit c652534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/blame.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func processBlameParts(ctx *context.Context, blameParts []git.BlamePart) (map[st
195195
commitNames[commit.ID.String()] = models.UserCommit{}
196196
}
197197

198-
// populate commit email adresses to later look up avatars.
198+
// populate commit email addresses to later look up avatars.
199199
commits = models.ValidateCommitsWithEmails(commits)
200200
for e := commits.Front(); e != nil; e = e.Next() {
201201
c := e.Value.(models.UserCommit)

0 commit comments

Comments
 (0)