diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-07-26 11:56:45 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-07-26 11:56:45 -0700 |
commit | f4c2a12f19504833223279e18d5a47c877805fce (patch) | |
tree | ec6d8d2bb935720f678e36c24bff2571af9c9f15 /activesupport | |
parent | b1d7283b2ac6763973e1a64475fc1c279cec8775 (diff) | |
parent | 103a31391b50e930b6cded6e73f721d0b4868697 (diff) | |
download | rails-f4c2a12f19504833223279e18d5a47c877805fce.tar.gz rails-f4c2a12f19504833223279e18d5a47c877805fce.tar.bz2 rails-f4c2a12f19504833223279e18d5a47c877805fce.zip |
Merge pull request #7170 from makaroni4/master
Fix typo in documentation
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/callbacks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb index 6cc875c69a..8f79334159 100644 --- a/activesupport/lib/active_support/callbacks.rb +++ b/activesupport/lib/active_support/callbacks.rb @@ -78,7 +78,7 @@ module ActiveSupport private # A hook invoked everytime a before callback is halted. - # This can be overriden in AS::Callback implementors in order + # This can be overridden in AS::Callback implementors in order # to provide better debugging/logging. def halted_callback_hook(filter) end |