"Typo" to make GoLint happy

This commit is contained in:
hloeffler 2016-12-20 22:15:39 +01:00
parent a57b3d9382
commit 78c9487526

@ -21,7 +21,7 @@ type Signer interface {
gossh.Signer 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. // OpenSSH according to the sshd(8) manual page.
func ParseAuthorizedKey(in []byte) (out PublicKey, comment string, options []string, rest []byte, err error) { func ParseAuthorizedKey(in []byte) (out PublicKey, comment string, options []string, rest []byte, err error) {
return gossh.ParseAuthorizedKey(in) return gossh.ParseAuthorizedKey(in)