Fix small typo on NotificationService

This commit is contained in:
Douglas Barbosa Alexandre 2016-10-31 16:36:46 -02:00
parent bde0202693
commit de629eaa80
1 changed files with 1 additions and 1 deletions

View File

@ -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)