From 90893fd1a3f046cc9752ce5b2642718d4d8ddbe8 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 14 Dec 2011 13:45:19 +0100 Subject: options: Fix typo in ssh_options_get() docs. --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.c') 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. */ -- cgit