1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

options: Fix typo in ssh_options_get() docs.

This commit is contained in:
Andreas Schneider
2011-12-14 13:45:19 +01:00
parent 76fad364cd
commit 90893fd1a3

View File

@@ -836,7 +836,7 @@ int ssh_options_get_port(ssh_session session, unsigned int* port_target) {
* @param value The value to get into. As a char**, space will be
* allocated by the function for the value, it is
* your responsibility to free the memory using
* ssh_free().
* ssh_string_free_char().
*
* @return SSH_OK on success, SSH_ERROR on error.
*/