aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-04-10 02:49:30 -0700
committerXavier Noria <fxn@hashref.com>2013-04-10 02:49:30 -0700
commitc14ce51402f46d2a657abf09dbff59ffa9b2e7c6 (patch)
tree535dd3a4b6919babe380549fb0f060bd5c691dd3
parent24b1d4fc63dc40c6996031a795998a332128c0de (diff)
parent975234c680c0c7ab4525cb732e43f2d9b7e25599 (diff)
downloadrails-c14ce51402f46d2a657abf09dbff59ffa9b2e7c6.tar.gz
rails-c14ce51402f46d2a657abf09dbff59ffa9b2e7c6.tar.bz2
rails-c14ce51402f46d2a657abf09dbff59ffa9b2e7c6.zip
Merge pull request #10160 from choudhuryanupam/fix_typo_n_grammar
Fixed typo
-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|