redis-trib: fixed typo in method name.

This commit is contained in:
antirez 2013-02-21 16:58:27 +01:00
parent 491bdb8d61
commit e1c77fb0c6

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