Skip to content

Commit

Permalink
cleanup: fix typo in grpclib_remote_balancer.go (#3486)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesxuhaozhe authored Apr 2, 2020
1 parent cc86407 commit 508cf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balancer/grpclb/grpclb_remote_balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
"google.golang.org/grpc/resolver"
)

// processServerList updates balaner's internal state, create/remove SubConns
// processServerList updates balancer's internal state, create/remove SubConns
// and regenerates picker using the received serverList.
func (lb *lbBalancer) processServerList(l *lbpb.ServerList) {
if grpclog.V(2) {
Expand Down

0 comments on commit 508cf42

Please sign in to comment.