diff --git a/consul/server_manager/server_manager.go b/consul/server_manager/server_manager.go index 97f36901c7..c8070ed059 100644 --- a/consul/server_manager/server_manager.go +++ b/consul/server_manager/server_manager.go @@ -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++ {