From 99e8f34142b7984f17ff810821daed47bcbdaf6e Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Thu, 4 Jan 2024 22:13:57 +0100 Subject: [PATCH] Fix docstring for ssh_message_auth_password() Signed-off-by: James Wrigley Reviewed-by: Jakub Jelen --- include/libssh/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh/server.h b/include/libssh/server.h index 12210883..885ef576 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -295,7 +295,7 @@ LIBSSH_API const char *ssh_message_auth_user(ssh_message msg); * * @param[in] msg The message to get the password from. * - * @return The username or NULL if an error occurred. + * @return The password or NULL if an error occurred. * * @see ssh_message_get() * @see ssh_message_type()