summaryrefslogtreecommitdiff
path: root/app/services/notification_service.rb
diff options
context:
space:
mode:
authorSteven Burgart <skburgart@gmail.com>2015-01-18 10:29:37 -0500
committerSteven Burgart <skburgart@gmail.com>2015-01-18 10:29:37 -0500
commit5c801602189bdf179432e9ef5885f6c6fef438f2 (patch)
tree39e96188549956bc7a32ccfd9285b1dc9f3fa772 /app/services/notification_service.rb
parent7d5d5e53b11db478946e6c477a9a59b0be9b6d5b (diff)
downloadgitlab-ce-5c801602189bdf179432e9ef5885f6c6fef438f2.tar.gz
Fix various typos
signe-in -> signed-in go_to_gihub_for_permissions -> go_to_github_for_permissions descendand -> descendant behavour -> behaviour recepient_email -> recipient_email generate_fingerpint -> generate_fingerprint dependes -> depends Cant't -> Can't wisit -> visit notifcation -> notification sufficent_scope -> sufficient_scope? levet -> level
Diffstat (limited to 'app/services/notification_service.rb')
-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 5a89c5d2936..72c9149378e 100644
--- a/app/services/notification_service.rb
+++ b/app/services/notification_service.rb
@@ -242,7 +242,7 @@ class NotificationService
users
end
- # Build a list of users based on group notifcation settings
+ # Build a list of users based on group notification settings
def select_users_group_setting(project, project_members, global_setting, users_global_level_watch)
uids = users_group_notification(project, Notification::N_WATCH)