0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-12 11:13:21 +02:00

fix spelling

This commit is contained in:
silverwind 2026-02-01 09:09:12 +01:00
parent 5c75e4a94d
commit c1f84120fc
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -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)
}
}()