File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ type ExtenderTLSConfig struct {
176
176
// Server should be accessed without verifying the TLS certificate. For testing only.
177
177
Insecure bool
178
178
// ServerName is passed to the server for SNI and is used in the client to check server
179
- // ceritificates against. If ServerName is empty, the hostname used to contact the
179
+ // certificates against. If ServerName is empty, the hostname used to contact the
180
180
// server is used.
181
181
ServerName string
182
182
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ type ExtenderTLSConfig struct {
156
156
// Server should be accessed without verifying the TLS certificate. For testing only.
157
157
Insecure bool `json:"insecure,omitempty"`
158
158
// ServerName is passed to the server for SNI and is used in the client to check server
159
- // ceritificates against. If ServerName is empty, the hostname used to contact the
159
+ // certificates against. If ServerName is empty, the hostname used to contact the
160
160
// server is used.
161
161
ServerName string `json:"serverName,omitempty"`
162
162
You can’t perform that action at this time.
0 commit comments