diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2011-12-14 13:45:19 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-12-14 13:45:19 +0100 |
commit | 90893fd1a3f046cc9752ce5b2642718d4d8ddbe8 (patch) | |
tree | 310af765f61571278eb1e4ed281cd7d97391d92b /src/options.c | |
parent | 76fad364cd9315e95d1922355abc6dfd64a4d74b (diff) | |
download | libssh-90893fd1a3f046cc9752ce5b2642718d4d8ddbe8.tar.gz libssh-90893fd1a3f046cc9752ce5b2642718d4d8ddbe8.tar.xz libssh-90893fd1a3f046cc9752ce5b2642718d4d8ddbe8.zip |
options: Fix typo in ssh_options_get() docs.
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index 2c47de08..f23bfcb5 100644 --- a/src/options.c +++ b/src/options.c @@ -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. */ |