fix spelling

This commit is contained in:
silverwind
2026-02-01 09:09:12 +01:00
parent 5c75e4a94d
commit c1f84120fc
+1 -1
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)
}
}()