Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-28 18:09:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-28 18:09:42 +0300
commit03cd4f8da4f848c7dfd0c0b88b4c095f69e56bb0 (patch)
treebf422de2a7ae5acf2fa718d6ab9fb4ab15fd5e95 /app/models/concerns/update_highest_role.rb
parentd2f4295270852f1ec4b9736f1db493421729474d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/concerns/update_highest_role.rb')
-rw-r--r--app/models/concerns/update_highest_role.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/update_highest_role.rb b/app/models/concerns/update_highest_role.rb
index 6432cc794a5..2b0ec5c7e21 100644
--- a/app/models/concerns/update_highest_role.rb
+++ b/app/models/concerns/update_highest_role.rb
@@ -15,7 +15,7 @@ module UpdateHighestRole
# Schedule a Sidekiq job to update the highest role for a User
#
# The job will be called outside of a transaction in order to ensure the changes
- # to be commited before attempting to update the highest role.
+ # to be committed before attempting to update the highest role.
# The exlusive lease will not be released after completion to prevent multiple jobs
# being executed during the defined timeout.
def update_highest_role