diff --git a/routers/web/repo/issue.go b/routers/web/repo/issue.go index e67980a9a9..b86749ec69 100644 --- a/routers/web/repo/issue.go +++ b/routers/web/repo/issue.go @@ -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