aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching
diff options
context:
space:
mode:
authorR.T. Lechow <rtlechow@gmail.com>2011-03-04 00:09:26 -0500
committerR.T. Lechow <rtlechow@gmail.com>2011-03-04 01:01:48 -0500
commit12325cf970cc62f7ce3723177da3ee7ba122bedf (patch)
tree86135f5033c372c6bf46bfa1d93da1a49aad4eec /actionpack/lib/action_controller/caching
parent238e6f0c6e79257f3e522e66dd96f8249d0af0b0 (diff)
downloadrails-12325cf970cc62f7ce3723177da3ee7ba122bedf.tar.gz
rails-12325cf970cc62f7ce3723177da3ee7ba122bedf.tar.bz2
rails-12325cf970cc62f7ce3723177da3ee7ba122bedf.zip
Action Pack typos.
Diffstat (limited to 'actionpack/lib/action_controller/caching')
-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 a4bac3caed..baff6d4be9 100644
--- a/actionpack/lib/action_controller/caching/actions.rb
+++ b/actionpack/lib/action_controller/caching/actions.rb
@@ -80,7 +80,7 @@ module ActionController #:nodoc:
# header the Content-Type of the cached response could be wrong because
# no information about the MIME type is stored in the cache key. So, if
# you first ask for MIME type M in the Accept header, a cache entry is
- # created, and then perform a second resquest to the same resource asking
+ # created, and then perform a second request to the same resource asking
# for a different MIME type, you'd get the content cached for M.
#
# The <tt>:format</tt> parameter is taken into account though. The safest