Fix spelling error

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2667 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Nicholas Seckar 2005-10-17 18:25:03 +00:00
parent 2a1a0e5275
commit 139ba0aaf6
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ module ActionView #:nodoc:
cattr_accessor :cache_template_loading
# Specify whether local_assigns should be able to use string keys.
# Defaults to +true+. String keys are depreciated and will be removed
# Defaults to +true+. String keys are deprecated and will be removed
# shortly.
@@local_assigns_support_string_keys = true
cattr_accessor :local_assigns_support_string_keys