aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Kampmeier <chris@kampers.net>2008-05-31 14:12:50 -0700
committerChris Kampmeier <chris@kampers.net>2008-05-31 14:12:50 -0700
commitb6e529ef62596e950ff775ce1d0f51fb16643cad (patch)
tree571aa062ef8c0e213f479c5c87e1e5978d07bf17
parenteb007e4197d6b6513e5accda79cf7edc3d773888 (diff)
downloadrails-b6e529ef62596e950ff775ce1d0f51fb16643cad.tar.gz
rails-b6e529ef62596e950ff775ce1d0f51fb16643cad.tar.bz2
rails-b6e529ef62596e950ff775ce1d0f51fb16643cad.zip
Fix spelling in deprecation warning (affect -> effect)
-rw-r--r--actionpack/lib/action_view/base.rb2
1 files changed, 1 insertions, 1 deletions
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