Skip to content

Commit

Permalink
chore: typo fix
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Tölle <[email protected]>
  • Loading branch information
jooola and apricote committed May 24, 2024
1 parent 7031b25 commit 2b5276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcloud/exp/kit/ssh/ssh_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"golang.org/x/crypto/ssh"
)

// GenerateKeyPair generate an new ed25519 ssh key pair, and returns the private key and
// GenerateKeyPair generates a new ed25519 ssh key pair, and returns the private key and
// the public key respectively.
func GenerateKeyPair() ([]byte, []byte, error) {
pub, priv, err := ed25519.GenerateKey(nil)
Expand Down

0 comments on commit 2b5276f

Please sign in to comment.