Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Jul 14, 2022
1 parent 7f371c9 commit 50e7493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshutil/sshutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func CryptoPublicKey(pub interface{}) (crypto.PublicKey, error) {
}
}

// cryptoSKPublicKey returns the crypto.Public key of an SSH SK public keys.
// cryptoSKPublicKey returns the crypto.PublicKey of an SSH SK public keys.
func cryptoSKPublicKey(pub ssh.PublicKey) (crypto.PublicKey, error) {
switch pub.Type() {
case "[email protected]":
Expand Down

0 comments on commit 50e7493

Please sign in to comment.