From a8d08a9478e9cbc074d8545703c56e6b4d0c5962 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 3 May 2010 21:15:24 +0200 Subject: Fixed a typo in tutorial --- doc/tutorial.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.dox b/doc/tutorial.dox index 1284a9e7..fee1a9c0 100644 --- a/doc/tutorial.dox +++ b/doc/tutorial.dox @@ -99,7 +99,7 @@ * exit(-1); * ssh_options_set(my_ssh_session, SSH_OPTIONS_HOST, "localhost"); * ssh_options_set(my_ssh_session, SSH_OPTIONS_LOG_VERBOSITY, &verbosity); - * ssh_options_set(my_ssh_session, SSH_OPTIONS_LOG_PORT, &port); + * ssh_options_set(my_ssh_session, SSH_OPTIONS_PORT, &port); * ... * ssh_free(my_ssh_session); * @endcode -- cgit