Skip to content

Commit e20eaec

Browse files
committed
Fix typo
1 parent fb47a01 commit e20eaec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/repo_activity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ func (stats *CodeActivityStats) FillFromGit(repo *Repository, fromTime time.Time
363363
continue
364364
}
365365
switch p {
366-
case 1: // Seperator
366+
case 1: // Separator
367367
case 2: // Commit sha-1
368368
stats.CommitCount++
369369
case 3: // Author

0 commit comments

Comments
 (0)