From 535082fe3e5a46cddc7b3190297bcb0d08a1b767 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sat, 14 Aug 2010 03:55:14 -0300 Subject: deprected -> deprecated --- .../lib/active_support/core_ext/class/inheritable_attributes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext') 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 class_attribute over methods defined in this file. Please # refer to documentation for class_attribute for more information. Officially it is not -# deprected but class_attribute is faster. +# deprecated but class_attribute 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 -- cgit v1.2.3