Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Dec 12, 2017
1 parent bedcbb9 commit 343e6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientconn.go
Expand Up @@ -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 {
Expand Down

0 comments on commit 343e6c5

Please sign in to comment.