Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed Jun 7, 2011
1 parent 645f003 commit a467983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/base.rb
Expand Up @@ -365,7 +365,7 @@ def register_observer(observer)
Mail.register_observer(delivery_observer)
end

# Register an Inteceptor which will be called before mail is sent.
# Register an Interceptor which will be called before mail is sent.
# Either a class or a string can be passed in as the Interceptor. If a string is passed in
# it will be <tt>constantize</tt>d.
def register_interceptor(interceptor)
Expand Down

0 comments on commit a467983

Please sign in to comment.