diff options
author | Kazuhiro Sera <seratch@gmail.com> | 2018-08-08 21:55:46 +0900 |
---|---|---|
committer | Kazuhiro Sera <seratch@gmail.com> | 2018-08-08 21:55:46 +0900 |
commit | 52919f3d136b9cfb9876f7e5f890118cfb6b6195 (patch) | |
tree | c9991eccd8fbfb777a0bbef2098caa2960cc9094 /activesupport | |
parent | a6e86dd2a86a89b7775e27a2f0e728cb6afd1513 (diff) | |
download | rails-52919f3d136b9cfb9876f7e5f890118cfb6b6195.tar.gz rails-52919f3d136b9cfb9876f7e5f890118cfb6b6195.tar.bz2 rails-52919f3d136b9cfb9876f7e5f890118cfb6b6195.zip |
Fix the obvious typos detected by github.com/client9/misspell
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/cache/behaviors/cache_store_behavior.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/cache/behaviors/cache_store_behavior.rb b/activesupport/test/cache/behaviors/cache_store_behavior.rb index ae272e87d7..e17c09ba39 100644 --- a/activesupport/test/cache/behaviors/cache_store_behavior.rb +++ b/activesupport/test/cache/behaviors/cache_store_behavior.rb @@ -148,7 +148,7 @@ module CacheStoreBehavior end end - # Use strings that are guarenteed to compress well, so we can easily tell if + # Use strings that are guaranteed to compress well, so we can easily tell if # the compression kicked in or not. SMALL_STRING = "0" * 100 LARGE_STRING = "0" * 2.kilobytes |