From 8c505ccab83107d6d3ee46081543f71581002f75 Mon Sep 17 00:00:00 2001 From: Tuan Do Anh Date: Tue, 26 Feb 2019 15:48:40 +0700 Subject: [PATCH] Trivial fix typo Although it is spelling mistakes, it might make an effect while reading. --- pkg/scheduler/api/types.go | 2 +- pkg/scheduler/api/v1/types.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/scheduler/api/types.go b/pkg/scheduler/api/types.go index fcc490820e..5e958aadf0 100644 --- a/pkg/scheduler/api/types.go +++ b/pkg/scheduler/api/types.go @@ -176,7 +176,7 @@ type ExtenderTLSConfig struct { // Server should be accessed without verifying the TLS certificate. For testing only. Insecure bool // 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. ServerName string diff --git a/pkg/scheduler/api/v1/types.go b/pkg/scheduler/api/v1/types.go index b8d4942986..f933a6c517 100644 --- a/pkg/scheduler/api/v1/types.go +++ b/pkg/scheduler/api/v1/types.go @@ -156,7 +156,7 @@ type ExtenderTLSConfig struct { // Server should be accessed without verifying the TLS certificate. For testing only. Insecure bool `json:"insecure,omitempty"` // 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. ServerName string `json:"serverName,omitempty"`