Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpmartinez committed Jun 11, 2024
1 parent ed8326d commit b6b641a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certtools/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func init() {

// GetKey will attempt to load an engine key from `eng` if provided. If `eng` is `nil`, `file` and `newkey` will be
// evaluated. `file` will be loaded; if the file does not exist a new key according to `newkey` will be created.
// If it does exist, its key type (RSA bit size, EC curve) will cbe ompared to `newkey`. If the desired type does not
// If it does exist, its key type (RSA bit size, EC curve) will be compared to `newkey`. If the desired type does not
// match the loaded type an error will be returned.
func GetKey(eng *url.URL, file, newkey string) (crypto.PrivateKey, error) {
if eng != nil {
Expand Down

0 comments on commit b6b641a

Please sign in to comment.