aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-27 13:58:08 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-27 13:58:08 +0200
commit0bd99b37735038a9f9177690d0090123e97158af (patch)
tree7a7d1a42b9751151c45a530e14e9d473884fae9a /src/auth.c
parente5e673bafe18032df3b6b7634410a6795e809f2a (diff)
downloadlibssh-0bd99b37735038a9f9177690d0090123e97158af.tar.gz
libssh-0bd99b37735038a9f9177690d0090123e97158af.tar.xz
libssh-0bd99b37735038a9f9177690d0090123e97158af.zip
auth: Fix doc typos.
Diffstat (limited to 'src/auth.c')
-rw-r--r--src/auth.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/auth.c b/src/auth.c
index 1280c884..e41dc3cf 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