aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-12-14 13:45:19 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-12-14 13:45:19 +0100
commit90893fd1a3f046cc9752ce5b2642718d4d8ddbe8 (patch)
tree310af765f61571278eb1e4ed281cd7d97391d92b /src
parent76fad364cd9315e95d1922355abc6dfd64a4d74b (diff)
downloadlibssh-90893fd1a3f046cc9752ce5b2642718d4d8ddbe8.tar.gz
libssh-90893fd1a3f046cc9752ce5b2642718d4d8ddbe8.tar.xz
libssh-90893fd1a3f046cc9752ce5b2642718d4d8ddbe8.zip
options: Fix typo in ssh_options_get() docs.
Diffstat (limited to 'src')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 2c47de0..f23bfcb 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.
*/