From 99de40b73e5eefa21da60c608beb0e28324dd10a Mon Sep 17 00:00:00 2001
From: FermeLeLundi <fermelelundi@noreply.codeberg.org>
Date: Thu, 28 Nov 2024 10:23:45 +0000
Subject: [PATCH] Update routers/web/repo/issue.go

Typo
---
 routers/web/repo/issue.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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