resolver_conn_wrapper.go: fix minor typo (#2135)

This commit is contained in:
Gyuho Lee 2018-06-08 15:37:41 -07:00 коммит произвёл Menghan Li
Родитель 0e5a36b652
Коммит 6f35246b2a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: