diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-12-16 12:46:55 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-12-16 12:46:55 +0100 |
commit | 4a389e761635ad17a707d3caa8ec5bf09b849f2f (patch) | |
tree | d18d0229a70dd560027aa1f009083742ed7d8499 | |
parent | 49f4fe8c6ea776825461a1d18da27a198fb95b55 (diff) | |
download | gitlab-ce-4a389e761635ad17a707d3caa8ec5bf09b849f2f.tar.gz |
Another comment fix
-rw-r--r-- | config/initializers/redis-store-fix-expiry.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/initializers/redis-store-fix-expiry.rb b/config/initializers/redis-store-fix-expiry.rb index e3139098018..fce0a135330 100644 --- a/config/initializers/redis-store-fix-expiry.rb +++ b/config/initializers/redis-store-fix-expiry.rb @@ -21,8 +21,8 @@ module Gitlab # Our new definitions of #setex and #expire above assume that the # #namespace method exists. Because we cannot be sure of that, we # re-implement the #namespace method from Redis::Store::Namespace so - # that it all Redis::Store instances, whether they use namespacing or - # not. + # that it is available for all Redis::Store instances, whether they use + # namespacing or not. # # Based on lib/redis/store/namespace.rb L49-51 (redis-store 1.1.4) def namespace(key) |