Merge pull request #3379 from mikeweiwei/my_fix

Fix typos
This commit is contained in:
k8s-ci-robot 2018-11-08 04:51:57 -08:00 committed by GitHub
commit ca97a92f60

View file

@ -45,7 +45,7 @@ var (
oidExtensionSubjectAltName = asn1.ObjectIdentifier{2, 5, 29, 17}
)
// AddOrUpdateCertAndKey creates a .pem file wth the cert and the key with the specified name
// AddOrUpdateCertAndKey creates a .pem file with the cert and the key with the specified name
func AddOrUpdateCertAndKey(name string, cert, key, ca []byte,
fs file.Filesystem) (*ingress.SSLCert, error) {