Fixed a typo in tutorial

This commit is contained in:
Aris Adamantiadis
2010-05-03 21:15:24 +02:00
parent c691aa3e32
commit a8d08a9478

View File

@@ -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