Update routers/web/repo/issue.go

Typo
This commit is contained in:
FermeLeLundi 2024-11-28 10:23:45 +00:00
parent f0de20e747
commit 99de40b73e

View File

@ -3778,7 +3778,7 @@ func combineRequestReviewComments(issue *issues_model.Issue) {
}
}
// Propoagate creation time.
// Propagate creation time.
prev.CreatedUnix = cur.CreatedUnix
// Remove the current comment since it has been combined to prev comment