aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAnupam Choudhury <contact2anupam@gmail.com>2013-04-10 14:50:29 +0530
committerAnupam Choudhury <contact2anupam@gmail.com>2013-04-10 15:13:10 +0530
commit975234c680c0c7ab4525cb732e43f2d9b7e25599 (patch)
tree535dd3a4b6919babe380549fb0f060bd5c691dd3 /activesupport
parent24b1d4fc63dc40c6996031a795998a332128c0de (diff)
downloadrails-975234c680c0c7ab4525cb732e43f2d9b7e25599.tar.gz
rails-975234c680c0c7ab4525cb732e43f2d9b7e25599.tar.bz2
rails-975234c680c0c7ab4525cb732e43f2d9b7e25599.zip
Fixed typo
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/caching_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/caching_test.rb b/activesupport/test/caching_test.rb
index acd320dbe0..571be5f296 100644
--- a/activesupport/test/caching_test.rb
+++ b/activesupport/test/caching_test.rb
@@ -405,7 +405,7 @@ module CacheStoreBehavior
end
# https://rails.lighthouseapp.com/projects/8994/tickets/6225-memcachestore-cant-deal-with-umlauts-and-special-characters
-# The error is caused by charcter encodings that can't be compared with ASCII-8BIT regular expressions and by special
+# The error is caused by character encodings that can't be compared with ASCII-8BIT regular expressions and by special
# characters like the umlaut in UTF-8.
module EncodedKeyCacheBehavior
Encoding.list.each do |encoding|