Skip to content

Commit

Permalink
Merge pull request #10256 from philippgille/patch-1
Browse files Browse the repository at this point in the history
Fix spelling in comment
  • Loading branch information
gyuho authored Nov 12, 2018
2 parents ae25c5e + 0cfc01b commit ee9dcbc
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 ee9dcbc

Please sign in to comment.