1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-08 03:42:12 +03:00

Fix docstring for ssh_message_auth_password()

Signed-off-by: James Wrigley <james@puiterwijk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
JamesWrigley
2024-01-04 22:13:57 +01:00
committed by Jakub Jelen
parent 9cf3d79abc
commit 99e8f34142

View File

@@ -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()