resolver_conn_wrapper.go: fix minor typo (#2135)

This commit is contained in:
Gyuho Lee 2018-06-08 15:37:41 -07:00 committed by Menghan Li
parent 0e5a36b652
commit 6f35246b2a
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ func (ccr *ccResolverWrapper) NewAddress(addrs []resolver.Address) {
}
// NewServiceConfig is called by the resolver implemenetion to send service
// configs to gPRC.
// configs to gRPC.
func (ccr *ccResolverWrapper) NewServiceConfig(sc string) {
select {
case <-ccr.scCh: