Skip to content

Commit ced9e30

Browse files
authored
Merge pull request kubernetes#74576 from datuanmac/trivial_fix_typos
Trivial fix typo
2 parents 65b7a43 + 8c505cc commit ced9e30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/scheduler/api/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ type ExtenderTLSConfig struct {
176176
// Server should be accessed without verifying the TLS certificate. For testing only.
177177
Insecure bool
178178
// 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
180180
// server is used.
181181
ServerName string
182182

pkg/scheduler/api/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ type ExtenderTLSConfig struct {
156156
// Server should be accessed without verifying the TLS certificate. For testing only.
157157
Insecure bool `json:"insecure,omitempty"`
158158
// 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
160160
// server is used.
161161
ServerName string `json:"serverName,omitempty"`
162162

0 commit comments

Comments
 (0)