diff options
author | antirez <antirez@gmail.com> | 2013-02-21 16:58:27 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2013-02-21 16:58:27 +0100 |
commit | 619d3945f88a6574014692af5c50825b02d20ace (patch) | |
tree | 637bd497e1235586d71d85600ab4c84e2e66f6cc /src/redis-trib.rb | |
parent | 07b63227358164dc872d9a869af38ec71b6529fc (diff) | |
download | redis-619d3945f88a6574014692af5c50825b02d20ace.tar.gz |
redis-trib: fixed typo in method name.
Diffstat (limited to 'src/redis-trib.rb')
-rwxr-xr-x | src/redis-trib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis-trib.rb b/src/redis-trib.rb index 526bb7822..f351d82e6 100755 --- a/src/redis-trib.rb +++ b/src/redis-trib.rb @@ -255,7 +255,7 @@ class RedisTrib @errors << "[ERR] Not all #{ClusterHashSlots} slots are covered by nodes." puts @errors[-1] - fix_slots_covarege if @fix + fix_slots_coverage if @fix end end |