aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOge Nnadi <ogechi.nnadi@digitalscientists.com>2011-08-12 12:00:32 -0300
committerXavier Noria <fxn@hashref.com>2011-08-13 16:22:35 -0700
commitaa0d3cece80f6181bbd664596c46fc0f65b4abbe (patch)
tree4e0887ffe0d0501262746859b28fb8689a3556e9
parent0196f0feb12d6a093f7ffa95de9f878be17adea7 (diff)
downloadrails-aa0d3cece80f6181bbd664596c46fc0f65b4abbe.tar.gz
rails-aa0d3cece80f6181bbd664596c46fc0f65b4abbe.tar.bz2
rails-aa0d3cece80f6181bbd664596c46fc0f65b4abbe.zip
Typo fix
-rw-r--r--actionpack/lib/action_controller/caching/actions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/caching/actions.rb b/actionpack/lib/action_controller/caching/actions.rb
index 667ba15cc9..0031d2701f 100644
--- a/actionpack/lib/action_controller/caching/actions.rb
+++ b/actionpack/lib/action_controller/caching/actions.rb
@@ -38,7 +38,7 @@ module ActionController #:nodoc:
# <tt>:action => 'lists'</tt> is not the same as
# <tt>:action => 'list', :format => :xml</tt>.
#
- # You can set modify the default action cache path by passing a
+ # You can modify the default action cache path by passing a
# <tt>:cache_path</tt> option. This will be passed directly to
# <tt>ActionCachePath.path_for</tt>. This is handy for actions with
# multiple possible routes that should be cached differently. If a