aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorErica Kwan <ekwan@ea.com>2009-12-17 15:50:06 -0800
committerErica Kwan <ekwan@ea.com>2009-12-17 15:50:06 -0800
commit2094fe5bf425a7842f3492467abb4548ac8c5b9b (patch)
treedc3caf4de8f9dc110131f80d3a2808c0305ddf32 /activesupport
parente9a23e4f2082a84f93e6dc1134cb6f9fd205ea35 (diff)
downloadrails-2094fe5bf425a7842f3492467abb4548ac8c5b9b.tar.gz
rails-2094fe5bf425a7842f3492467abb4548ac8c5b9b.tar.bz2
rails-2094fe5bf425a7842f3492467abb4548ac8c5b9b.zip
Fixed spelling mistake.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/callbacks.rb2
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 ]
#