From 96a8c3b95cf2fd7b9bcd2c95074c925017648b49 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 28 May 2025 22:34:58 -0700 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25787a4956..a9b3d10f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -234,7 +234,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Fix repo broken check (#34444) #34452 * Fix remove org user failure on mssql (#34449) #34453 * Fix Workflow run Not Found page (#34459) #34466 - * When updating comment, if the content is the same, just return and not update the databse (#34422) #34464 + * When updating comment, if the content is the same, just return and not update the database (#34422) #34464 * Fix project board view (#34470) #34475 * Fix get / delete runner to use consistent http 404 and 500 status (#34480) #34488 * Fix url validation in webhook add/edit API (#34492) #34496