diff --git a/actionpack/lib/action_controller/caching.rb b/actionpack/lib/action_controller/caching.rb
index 5e1475357e..5461a2eadd 100644
--- a/actionpack/lib/action_controller/caching.rb
+++ b/actionpack/lib/action_controller/caching.rb
@@ -158,7 +158,7 @@ module ActionController #:nodoc:
# "jamis.somewhere.com/lists/" -- which is a helpful way of assisting the subdomain-as-account-key pattern.
#
# Different representations of the same resource, e.g. http://david.somewhere.com/lists and http://david.somewhere.com/lists.xml
- # are treated like separate requests and so are cached separately. Keep in mine when expiring an action cache that :action => 'lists' is not the same
+ # are treated like separate requests and so are cached separately. Keep in mind when expiring an action cache that :action => 'lists' is not the same
# as :action => 'list', :format => :xml.
module Actions
def self.included(base) #:nodoc: