From b6e529ef62596e950ff775ce1d0f51fb16643cad Mon Sep 17 00:00:00 2001 From: Chris Kampmeier Date: Sat, 31 May 2008 14:12:50 -0700 Subject: Fix spelling in deprecation warning (affect -> effect) --- 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 f398756550..c236666dcd 100644 --- a/actionpack/lib/action_view/base.rb +++ b/actionpack/lib/action_view/base.rb @@ -170,7 +170,7 @@ module ActionView #:nodoc: cattr_accessor :cache_template_loading def self.cache_template_extensions=(*args) - ActiveSupport::Deprecation.warn("config.action_view.cache_template_extensions option has been deprecated and has no affect. " << + ActiveSupport::Deprecation.warn("config.action_view.cache_template_extensions option has been deprecated and has no effect. " << "Please remove it from your config files.", caller) end -- cgit v1.2.3