diff --git a/wrap.go b/wrap.go index 0b9b744..6da45ee 100644 --- a/wrap.go +++ b/wrap.go @@ -21,7 +21,7 @@ type Signer interface { gossh.Signer } -// ParseAuthorizedKeys parses a public key from an authorized_keys file used in +// ParseAuthorizedKey parses a public key from an authorized_keys file used in // OpenSSH according to the sshd(8) manual page. func ParseAuthorizedKey(in []byte) (out PublicKey, comment string, options []string, rest []byte, err error) { return gossh.ParseAuthorizedKey(in)