EDYSLEXICMOMENT

This commit is contained in:
Sean Chittenden 2016-03-29 10:50:10 -07:00
parent 177f64134e
commit 1f049a3c38
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++ {