summaryrefslogtreecommitdiff
path: root/app/services
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-17 15:10:12 -0200
commitde629eaa80f16363c1a651e546b4a73d7071df0a (patch)
treef6ead854be521f931110be0adb8b65506cd68ee9 /app/services
parentbde0202693508aa9eb3ce76876b1c64120d51ef3 (diff)
downloadgitlab-ce-de629eaa80f16363c1a651e546b4a73d7071df0a.tar.gz
Fix small typo on NotificationService
Diffstat (limited to 'app/services')
-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)