diff options
author | Erica Kwan <ekwan@ea.com> | 2009-12-17 15:50:06 -0800 |
---|---|---|
committer | Erica Kwan <ekwan@ea.com> | 2009-12-17 15:50:06 -0800 |
commit | 2094fe5bf425a7842f3492467abb4548ac8c5b9b (patch) | |
tree | dc3caf4de8f9dc110131f80d3a2808c0305ddf32 | |
parent | e9a23e4f2082a84f93e6dc1134cb6f9fd205ea35 (diff) | |
download | rails-2094fe5bf425a7842f3492467abb4548ac8c5b9b.tar.gz rails-2094fe5bf425a7842f3492467abb4548ac8c5b9b.tar.bz2 rails-2094fe5bf425a7842f3492467abb4548ac8c5b9b.zip |
Fixed spelling mistake.
-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 67e9b0103f..274df12e5d 100644 --- a/activesupport/lib/active_support/callbacks.rb +++ b/activesupport/lib/active_support/callbacks.rb @@ -524,7 +524,7 @@ module ActiveSupport # to change this behavior. # # * <tt>:scope</tt> - Show which methods should be executed when a class - # is giben as callback: + # is given as callback: # # define_callbacks :filters, :scope => [ :kind ] # |