Skip to content

Commit 1ec2c77

Browse files
committed
Fix typo
1 parent 8a9c2d2 commit 1ec2c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/migrations/migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func migrateRepository(downloader base.Downloader, uploader base.Uploader, opts
251251
continue
252252
}
253253

254-
// plain commentes
254+
// plain comments
255255
var allComments = make([]*base.Comment, 0, commentBatchSize)
256256
for _, pr := range prs {
257257
comments, err := downloader.GetComments(pr.Number)

0 commit comments

Comments
 (0)