summaryrefslogtreecommitdiff
path: root/app/models/concerns/update_highest_role.rb
diff options
context:
space:
mode:
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