Merge pull request #1025 from JoeWrightss/patch-4

Fix some typos in comment
This commit is contained in:
Lantao Liu
2019-01-24 11:17:33 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ func handleResizing(resize <-chan remotecommand.TerminalSize, resizeFunc func(si
// newTLSCert returns a self CA signed tls.certificate.
// TODO (mikebrow): replace / rewrite this function to support using CA
// signing of the cetificate. Requires a security plan for kubernetes regarding
// signing of the certificate. Requires a security plan for kubernetes regarding
// CRI connections / streaming, etc. For example, kubernetes could configure or
// require a CA service and pass a configuration down through CRI.
func newTLSCert() (tls.Certificate, error) {