Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks committed Feb 23, 2019
1 parent fb47a01 commit e20eaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/repo_activity.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ func (stats *CodeActivityStats) FillFromGit(repo *Repository, fromTime time.Time
continue
}
switch p {
case 1: // Seperator
case 1: // Separator
case 2: // Commit sha-1
stats.CommitCount++
case 3: // Author
Expand Down

0 comments on commit e20eaec

Please sign in to comment.