From 2230714d322da9aac897ac1cc9b180cef3073a56 Mon Sep 17 00:00:00 2001 From: Jacob Beacham Date: Fri, 7 Oct 2016 10:37:59 -0700 Subject: [PATCH] Fix simple typos. --- cmd/kubeadm/app/node/discovery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/node/discovery.go b/cmd/kubeadm/app/node/discovery.go index 6201a6d3b47..543439441aa 100644 --- a/cmd/kubeadm/app/node/discovery.go +++ b/cmd/kubeadm/app/node/discovery.go @@ -68,7 +68,7 @@ func RetrieveTrustedClusterInfo(s *kubeadmapi.NodeConfiguration) (*kubeadmapi.Cl } // TODO(phase1+) print summary info about the CA certificate, along with the the checksum signature - // we also need an ability for the user to configure the client to validate recieved CA cert agains a checksum + // we also need an ability for the user to configure the client to validate received CA cert against a checksum fmt.Printf(" cluster info signature and contents are valid, will use API endpoints %v\n", clusterInfo.Endpoints) return &clusterInfo, nil }