Merge pull request #10256 from philippgille/patch-1

Fix spelling in comment
This commit is contained in:
Gyuho Lee 2018-11-12 14:07:05 -08:00 committed by GitHub
commit ee9dcbca0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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