diff options
author | 24601 <equationzhao@foxmail.com> | 2023-10-02 16:31:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 08:31:03 +0000 |
commit | 624c0ba920d8e01933f2be40797fa0c768378b89 (patch) | |
tree | 7e1020fe92a7e1c8d7f395067416e387559182b5 /models/user/user.go | |
parent | 439a0cca2c84c83650fa94dea0bc9d36af347a13 (diff) | |
download | gitea-624c0ba920d8e01933f2be40797fa0c768378b89.tar.gz gitea-624c0ba920d8e01933f2be40797fa0c768378b89.zip |
fix: comment typo (#27388)
fix a typo in the comment
Diffstat (limited to 'models/user/user.go')
-rw-r--r-- | models/user/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/user/user.go b/models/user/user.go index 63b95816ce..60aa6b9a6f 100644 --- a/models/user/user.go +++ b/models/user/user.go @@ -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 |