From 139ba0aaf65f26a422c6e9d28b35a52279e615ad Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Mon, 17 Oct 2005 18:25:03 +0000 Subject: Fix spelling error git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2667 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_view/base.rb b/actionpack/lib/action_view/base.rb index ecf7553e8d..bc49460841 100644 --- a/actionpack/lib/action_view/base.rb +++ b/actionpack/lib/action_view/base.rb @@ -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 -- cgit v1.2.3