aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-08-14 03:55:14 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-14 03:55:14 -0300
commit535082fe3e5a46cddc7b3190297bcb0d08a1b767 (patch)
tree4c4b38a7690c166f7412bdd339e99378ec905483 /activesupport/lib/active_support/core_ext
parentb680d153d26fbe38b16b10b33c945d5968e535e7 (diff)
downloadrails-535082fe3e5a46cddc7b3190297bcb0d08a1b767.tar.gz
rails-535082fe3e5a46cddc7b3190297bcb0d08a1b767.tar.bz2
rails-535082fe3e5a46cddc7b3190297bcb0d08a1b767.zip
deprected -> deprecated
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
-rw-r--r--activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb b/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb
index 6891c66839..6283bd0981 100644
--- a/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb
+++ b/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb
@@ -7,7 +7,7 @@ end
# It is recommend to use <tt>class_attribute</tt> over methods defined in this file. Please
# refer to documentation for <tt>class_attribute</tt> for more information. Officially it is not
-# deprected but <tt>class_attribute</tt> is faster.
+# deprecated but <tt>class_attribute</tt> is faster.
#
# Allows attributes to be shared within an inheritance hierarchy. Each descendant gets a copy of
# their parents' attributes, instead of just a pointer to the same. This means that the child can add elements