Commit 8c505cca authored by Tuan Do Anh's avatar Tuan Do Anh

Trivial fix typo

Although it is spelling mistakes, it might make an effect while reading.
parent 4e8e3c2f
...@@ -176,7 +176,7 @@ type ExtenderTLSConfig struct { ...@@ -176,7 +176,7 @@ type ExtenderTLSConfig struct {
// Server should be accessed without verifying the TLS certificate. For testing only. // Server should be accessed without verifying the TLS certificate. For testing only.
Insecure bool Insecure bool
// ServerName is passed to the server for SNI and is used in the client to check server // ServerName is passed to the server for SNI and is used in the client to check server
// ceritificates against. If ServerName is empty, the hostname used to contact the // certificates against. If ServerName is empty, the hostname used to contact the
// server is used. // server is used.
ServerName string ServerName string
......
...@@ -156,7 +156,7 @@ type ExtenderTLSConfig struct { ...@@ -156,7 +156,7 @@ type ExtenderTLSConfig struct {
// Server should be accessed without verifying the TLS certificate. For testing only. // Server should be accessed without verifying the TLS certificate. For testing only.
Insecure bool `json:"insecure,omitempty"` Insecure bool `json:"insecure,omitempty"`
// ServerName is passed to the server for SNI and is used in the client to check server // ServerName is passed to the server for SNI and is used in the client to check server
// ceritificates against. If ServerName is empty, the hostname used to contact the // certificates against. If ServerName is empty, the hostname used to contact the
// server is used. // server is used.
ServerName string `json:"serverName,omitempty"` ServerName string `json:"serverName,omitempty"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment