From b85f1fa5512ed7cbf2040afc1be1aa34fe69fc46 Mon Sep 17 00:00:00 2001 From: mikeweiwei <466462983@qq.com> Date: Thu, 8 Nov 2018 17:04:46 +0800 Subject: [PATCH] Fix typos --- internal/net/ssl/ssl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/net/ssl/ssl.go b/internal/net/ssl/ssl.go index ca708b79f..8daf79f5f 100644 --- a/internal/net/ssl/ssl.go +++ b/internal/net/ssl/ssl.go @@ -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) {