aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorRizwan Reza <rizwanreza@gmail.com>2010-06-15 22:48:10 +0430
committerRizwan Reza <rizwanreza@gmail.com>2010-06-15 22:48:10 +0430
commitde65c82bfa4fc41954750572e644fdf37bacb31e (patch)
tree57f98d69d6753e4890db1b9ef9ef73453871b9e4 /actionmailer
parent4ad6103c4f42c2dd2d2cad9b6f515737e9bf9de3 (diff)
downloadrails-de65c82bfa4fc41954750572e644fdf37bacb31e.tar.gz
rails-de65c82bfa4fc41954750572e644fdf37bacb31e.tar.bz2
rails-de65c82bfa4fc41954750572e644fdf37bacb31e.zip
Changes call backs to callbacks.
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/lib/action_mailer/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb
index fff44e50c1..44c7382f72 100644
--- a/actionmailer/lib/action_mailer/base.rb
+++ b/actionmailer/lib/action_mailer/base.rb
@@ -395,7 +395,7 @@ module ActionMailer #:nodoc:
end
# Wraps an email delivery inside of Active Support Notifications instrumentation. This
- # method is actually called by the <tt>Mail::Message</tt> object itself through a call back
+ # method is actually called by the <tt>Mail::Message</tt> object itself through a callback
# when you call <tt>:deliver</tt> on the Mail::Message, calling +deliver_mail+ directly
# and passing a Mail::Message will do nothing except tell the logger you sent the email.
def deliver_mail(mail) #:nodoc: