소스 검색

clientv3: Fix spelling in comment

Philipp Gillé 7 년 전
부모
커밋
0cfc01b873
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      clientv3/client.go

+ 1 - 1
clientv3/client.go

@@ -491,7 +491,7 @@ func newClient(cfg *Config) (*Client, error) {
 	}
 	}
 	dialEndpoint := cfg.Endpoints[0]
 	dialEndpoint := cfg.Endpoints[0]
 
 
-	// Use an provided endpoint target so that for https:// without any tls config given, then
+	// Use a provided endpoint target so that for https:// without any tls config given, then
 	// grpc will assume the certificate server name is the endpoint host.
 	// grpc will assume the certificate server name is the endpoint host.
 	conn, err := client.dialWithBalancer(dialEndpoint, grpc.WithBalancerName(roundRobinBalancerName))
 	conn, err := client.dialWithBalancer(dialEndpoint, grpc.WithBalancerName(roundRobinBalancerName))
 	if err != nil {
 	if err != nil {