Skip to content

Commit 0987f0e

Browse files
committed
fix comment
1 parent 66d790d commit 0987f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/repo_mirror.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func DeleteMirrorByRepoID(repoID int64) error {
9090
return err
9191
}
9292

93-
// MirrorIterate iterates all mirror repositories.
93+
// MirrorsIterate iterates all mirror repositories.
9494
func MirrorsIterate(f func(idx int, bean interface{}) error) error {
9595
return x.
9696
Where("next_update_unix<=?", time.Now().Unix()).

0 commit comments

Comments
 (0)