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 92e540d509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {