From c1f84120fc6cc82fe90f50b78996103b204eb2aa Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 1 Feb 2026 09:09:12 +0100 Subject: [PATCH] fix spelling --- services/repository/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/repository/create.go b/services/repository/create.go index da39d20801..4091a2efb5 100644 --- a/services/repository/create.go +++ b/services/repository/create.go @@ -265,7 +265,7 @@ func CreateRepositoryDirectly(ctx context.Context, doer, owner *user_model.User, // WARNING: Don't override all later err with local variables defer func() { if err != nil { - // we can not use the ctx because it maybe canceled or timeout + // we can not use the ctx because it may be canceled or timeout cleanupRepository(repo) } }()