diff options
author | Matthew Draper <matthew@trebex.net> | 2018-08-08 22:59:00 +0930 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 22:59:00 +0930 |
commit | 0bec7cd665a45ee60948a119ebb2b68daeeb1fbe (patch) | |
tree | 7d5cfcf82a2fd4b901e97efc13c85e36c47d2579 /activesupport/test/cache | |
parent | a6e86dd2a86a89b7775e27a2f0e728cb6afd1513 (diff) | |
parent | dcdbcdf81c5d32948d71a5f9036e1401c770e5de (diff) | |
download | rails-0bec7cd665a45ee60948a119ebb2b68daeeb1fbe.tar.gz rails-0bec7cd665a45ee60948a119ebb2b68daeeb1fbe.tar.bz2 rails-0bec7cd665a45ee60948a119ebb2b68daeeb1fbe.zip |
Merge pull request #33552 from seratch/fix-obvious-typos
Fix the obvious typos detected by github.com/client9/misspell
Diffstat (limited to 'activesupport/test/cache')
-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 |