From 0bd99b37735038a9f9177690d0090123e97158af Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 27 Aug 2011 13:58:08 +0200 Subject: auth: Fix doc typos. --- src/auth.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/auth.c b/src/auth.c index 1280c88..e41dc3c 100644 --- a/src/auth.c +++ b/src/auth.c @@ -475,7 +475,7 @@ fail: * is provided for querying whether authentication using the 'pubkey' would * be possible. * - * @param[in] ssh_session The SSH session. + * @param[in] session The SSH session. * * @param[in] username The username, this SHOULD be NULL. * @@ -637,7 +637,7 @@ fail: /** * @brief Authenticate with public/private key. * - * @param[in] ssh_session The SSH session. + * @param[in] session The SSH session. * * @param[in] username The username, this SHOULD be NULL. * @@ -1025,7 +1025,7 @@ int ssh_userauth_agent(ssh_session session, * It may fail, for instance it doesn't ask for a password and uses a default * asker for passphrases (in case the private key is encrypted). * - * @param[in] ssh_session The SSH session. + * @param[in] session The SSH session. * * @param[in] username The username, this SHOULD be NULL. * @@ -1218,7 +1218,7 @@ int ssh_userauth_publickey_auto(ssh_session session, * * @param[in] username The username, this SHOULD be NULL. * - * @param[in] passowrd The password to authenticate in UTF-8. + * @param[in] password The password to authenticate in UTF-8. * * @returns A bitfield of the fllowing values: * - SSH_AUTH_METHOD_PASSWORD -- cgit