1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-07 03:45:47 +00:00

fix: comment typo (#27388)

fix a typo in the comment
This commit is contained in:
24601 2023-10-02 16:31:03 +08:00 committed by GitHub
parent 439a0cca2c
commit 624c0ba920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ const (
// UserTypeOrganization defines an organization
UserTypeOrganization
// UserTypeReserved reserves a (non-existing) user, i.e. to prevent a spam user from re-registering after being deleted, or to reserve the name until the user is actually created later on
// UserTypeUserReserved reserves a (non-existing) user, i.e. to prevent a spam user from re-registering after being deleted, or to reserve the name until the user is actually created later on
UserTypeUserReserved
// UserTypeOrganizationReserved reserves a (non-existing) organization, to be used in combination with UserTypeUserReserved