From 0cfc01b8730f81065dc90c24ca38ea4285eba901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Mon, 12 Nov 2018 22:26:35 +0100 Subject: [PATCH] clientv3: Fix spelling in comment --- clientv3/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientv3/client.go b/clientv3/client.go index 82c785978e2b..ed908b83bf59 100644 --- a/clientv3/client.go +++ b/clientv3/client.go @@ -491,7 +491,7 @@ func newClient(cfg *Config) (*Client, error) { } 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. conn, err := client.dialWithBalancer(dialEndpoint, grpc.WithBalancerName(roundRobinBalancerName)) if err != nil {