misc: Fix typos and spelling errors
This commit is contained in:
@@ -72,7 +72,7 @@ func (obj *rrStrategy) Schedule(hostnames map[string]string, opts *schedulerOpti
|
||||
}
|
||||
}
|
||||
|
||||
// remove any hosts we previouly knew about from the list
|
||||
// remove any hosts we previously knew about from the list
|
||||
for ix := len(obj.hosts) - 1; ix >= 0; ix-- {
|
||||
if !util.StrInList(obj.hosts[ix], sortedHosts) {
|
||||
// delete entry at this index
|
||||
|
||||
Reference in New Issue
Block a user