1
1

options: Fix typo in ssh_options_get() docs.

Этот коммит содержится в:
Andreas Schneider 2011-12-14 13:45:19 +01:00
родитель 76fad364cd
Коммит 90893fd1a3

Просмотреть файл

@ -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 * @param value The value to get into. As a char**, space will be
* allocated by the function for the value, it is * allocated by the function for the value, it is
* your responsibility to free the memory using * your responsibility to free the memory using
* ssh_free(). * ssh_string_free_char().
* *
* @return SSH_OK on success, SSH_ERROR on error. * @return SSH_OK on success, SSH_ERROR on error.
*/ */