Skip to content

Commit

Permalink
Fixed spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwhitta committed Jan 29, 2024
1 parent b2d2749 commit 9e69216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion globals.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ var (
)

// Version is the package version.
const Version = "1.4.5"
const Version = "1.4.6"
2 changes: 1 addition & 1 deletion pki.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ func (p *PKI) CreateRSAKeyFor(cn string) (*rsa.PrivateKey, error) {
}

// Erase will erase all PKI related files and directories. Be careful.
// This is non-reversable.
// This is non-reversible.
func (p *PKI) Erase() error {
var e error
var dirs []string = []string{
Expand Down

0 comments on commit 9e69216

Please sign in to comment.