summaryrefslogtreecommitdiff
path: root/src/redis-trib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/redis-trib.rb')
-rwxr-xr-xsrc/redis-trib.rb2
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