From 12da51ac5a0bfa1770386097caf8244dc433a94f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 13 Jan 2016 10:17:40 +0100 Subject: [PATCH] doc: Update documentation of ssh_userauth_try_publickey() Signed-off-by: Andreas Schneider --- src/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth.c b/src/auth.c index 13817741..611660b4 100644 --- a/src/auth.c +++ b/src/auth.c @@ -430,7 +430,7 @@ fail: * SSH_AUTH_PARTIAL: You've been partially authenticated, you still * have to use another method.\n * SSH_AUTH_SUCCESS: The public key is accepted, you want now to use - * ssh_userauth_pubkey(). + * ssh_userauth_publickey(). * SSH_AUTH_AGAIN: In nonblocking mode, you've got to call this again * later. *