From e488e4c9f5cd183e599756077a5730b5eb503cf2 Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Tue, 12 Dec 2017 14:47:45 -0800 Subject: [PATCH] fix typo --- clientconn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientconn.go b/clientconn.go index 7042866dc5a..c46dd9929da 100644 --- a/clientconn.go +++ b/clientconn.go @@ -679,7 +679,7 @@ func (cc *ClientConn) handleResolvedAddrs(addrs []resolver.Address, err error) { cc.curAddresses = addrs if cc.dopts.balancerName == "" && cc.dopts.balancerBuilder == nil { - // Only look at balancer types ans switch balancer if balancer dial + // Only look at balancer types and switch balancer if balancer dial // option is not set. var isGRPCLB bool for _, a := range addrs {