From 1f049a3c38240fe9f6ceec5d5cce55b040bcdf75 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Tue, 29 Mar 2016 10:50:10 -0700 Subject: [PATCH] EDYSLEXICMOMENT --- consul/server_manager/server_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/server_manager/server_manager.go b/consul/server_manager/server_manager.go index 97f36901c..c8070ed05 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++ {