diff --git a/testing/certutil/certutil.go b/testing/certutil/certutil.go index 84e62cd..d8caec8 100644 --- a/testing/certutil/certutil.go +++ b/testing/certutil/certutil.go @@ -101,7 +101,7 @@ func GenerateChildCert(name string, ips []net.IP, caPrivKey crypto.PrivateKey, c // GenerateGenericChildCert generates a x509 Certificate using priv and pub // as the certificate's private and public keys and as a child of caCert. -// Use this function if oyu need fine control over keys or ips and certificate name, +// Use this function if you need fine control over keys or ips and certificate name, // otherwise prefer GenerateChildCert or NewRootAndChildCerts/NewRSARootAndChildCerts // // It returns the following: diff --git a/testing/certutil/cmd/main.go b/testing/certutil/cmd/main.go index 524d589..bd34829 100644 --- a/testing/certutil/cmd/main.go +++ b/testing/certutil/cmd/main.go @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -// nolint:errorlint,forbidigo // it's a cli application +//nolint:errorlint,forbidigo // it's a cli application package main import (