redis-trib: fixed typo in method name.

This commit is contained in:
antirez 2013-02-21 16:58:27 +01:00
parent 07b6322735
commit 619d3945f8

View File

@ -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