summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-31 16:36:46 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-11-15 16:08:21 -0200
commit8a5237aba26356f59c668150b8615cdcf1e62229 (patch)
treef8dc0e236d91b039252eea16812393146a974d4c
parent484ecc9e3376d145474d54119568198d0f129a51 (diff)
downloadgitlab-ce-8a5237aba26356f59c668150b8615cdcf1e62229.tar.gz
Fix small typo on NotificationService
-rw-r--r--app/services/notification_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notification_service.rb b/app/services/notification_service.rb
index 6697840cc26..3060babaf6b 100644
--- a/app/services/notification_service.rb
+++ b/app/services/notification_service.rb
@@ -393,7 +393,7 @@ class NotificationService
)
end
- # Build a list of users based on project notifcation settings
+ # Build a list of users based on project notification settings
def select_project_member_setting(project, global_setting, users_global_level_watch)
users = notification_settings_for(project, :watch)