Skip to content

Commit

Permalink
fix lining issue and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Oct 9, 2024
1 parent 2e3c774 commit 48f9892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/certutil/certutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion testing/certutil/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 48f9892

Please sign in to comment.