summaryrefslogtreecommitdiff
path: root/app/models/notification_recipient.rb
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-02-25 10:42:31 +0000
committerRémy Coutable <remy@rymai.me>2019-02-26 12:25:01 +0100
commitf49aeacdd0b20cc270423409efaf82b26ced4836 (patch)
treededb3e19d12ee75882fa900a842a4c794b4fb9cf /app/models/notification_recipient.rb
parente63d2e7d7573b76cd0693674821fb155bfb25d34 (diff)
downloadgitlab-ce-f49aeacdd0b20cc270423409efaf82b26ced4836.tar.gz
Merge branch 'fix-misspellings-app-comments' into 'master'
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
Diffstat (limited to 'app/models/notification_recipient.rb')
-rw-r--r--app/models/notification_recipient.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/notification_recipient.rb b/app/models/notification_recipient.rb
index 9f16eefe074..481c1d963c6 100644
--- a/app/models/notification_recipient.rb
+++ b/app/models/notification_recipient.rb
@@ -153,7 +153,7 @@ class NotificationRecipient
user.global_notification_setting
end
- # Returns the notificaton_setting of the lowest group in hierarchy with non global level
+ # Returns the notification_setting of the lowest group in hierarchy with non global level
def closest_non_global_group_notification_settting
return unless @group
return if indexed_group_notification_settings.empty?