Skip to content

Commit

Permalink
clientv3: Fix spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgille committed Nov 12, 2018
1 parent ae25c5e commit 0cfc01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientv3/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0cfc01b

Please sign in to comment.