EDYSLEXICMOMENT

This commit is contained in:
Sean Chittenden 2016-03-29 10:50:10 -07:00
parent b684b15d94
commit ec25ad84a6
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ func (sm *ServerManager) RebalanceServers() {
sc.shuffleServers()
// Iterate through the shuffled server list to find a healthy server.
// Don't iterate on the list directly, this loop mutates server the
// Don't iterate on the list directly, this loop mutates the server
// list.
var foundHealthyServer bool
for i := 0; i < len(sc.servers); i++ {