From 619d3945f88a6574014692af5c50825b02d20ace Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 21 Feb 2013 16:58:27 +0100 Subject: [PATCH] redis-trib: fixed typo in method name. --- src/redis-trib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis-trib.rb b/src/redis-trib.rb index 526bb782..f351d82e 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