Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Burgart <skburgart@gmail.com>2015-01-18 18:29:37 +0300
committerSteven Burgart <skburgart@gmail.com>2015-01-18 18:29:37 +0300
commit5c801602189bdf179432e9ef5885f6c6fef438f2 (patch)
tree39e96188549956bc7a32ccfd9285b1dc9f3fa772 /app/mailers/notify.rb
parent7d5d5e53b11db478946e6c477a9a59b0be9b6d5b (diff)
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/mailers/notify.rb')
-rw-r--r--app/mailers/notify.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb
index 6d671e6e0bd..5ae07d771fa 100644
--- a/app/mailers/notify.rb
+++ b/app/mailers/notify.rb
@@ -26,8 +26,8 @@ class Notify < ActionMailer::Base
delay_for(2.seconds)
end
- def test_email(recepient_email, subject, body)
- mail(to: recepient_email,
+ def test_email(recipient_email, subject, body)
+ mail(to: recipient_email,
subject: subject,
body: body.html_safe,
content_type: 'text/html'