From 691073d73636a8b8a75f251c46b9bd256d550743 Mon Sep 17 00:00:00 2001 From: bytedream Date: Mon, 5 May 2025 21:17:24 +0200 Subject: [PATCH] Typo fix --- services/repository/files/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/repository/files/update.go b/services/repository/files/update.go index 9ef0310fbc..da789530fe 100644 --- a/services/repository/files/update.go +++ b/services/repository/files/update.go @@ -490,7 +490,7 @@ func CreateOrUpdateFile(ctx context.Context, t *TemporaryUploadRepository, file var treeObjectContentReader io.Reader = file.ContentReader var oldEntry *git.TreeEntry - // If no new content should be commited, use the file from the last commit as content + // If no new content should be committed, use the file from the last commit as content if file.ContentReader == nil { lastCommit, err := t.GetLastCommit(ctx) if err != nil {