Revert "change wriable to writeable"

This reverts commit 626b896448.
This commit is contained in:
bmcquee 2014-10-19 23:07:58 -07:00
parent 626b896448
commit 02ae8b98a5

View file

@ -143,7 +143,7 @@ func (ms *MasterServer) deleteFromMasterServerHandler(w http.ResponseWriter, r *
}
}
func (ms *MasterServer) hasWriteableVolume(option *topology.VolumeGrowOption) bool {
func (ms *MasterServer) hasWriableVolume(option *topology.VolumeGrowOption) bool {
vl := ms.Topo.GetVolumeLayout(option.Collection, option.ReplicaPlacement, option.Ttl)
return vl.GetActiveVolumeCount(option) > 0
}