1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-02 22:02:25 +03:00

docs: fix typo in argument name [ci skip]

This commit is contained in:
Viktor Szakats
2023-04-20 23:04:26 +00:00
parent a4544c0117
commit 6812985e60

View File

@ -8,7 +8,7 @@ libssh2_userauth_publickey_fromfile_ex - authenticate a session with a public ke
int
libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session,
const char *username,
unsigned int ousername_len,
unsigned int username_len,
const char *publickey,
const char *privatekey,
const char *passphrase);