aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-10-02 23:24:19 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-10-02 23:24:19 +0200
commit5f69d494adef61c34dd16d4679014bb1ffdc4acb (patch)
tree1a94c85569bee8e25f75649be8a5a3246138cc6d /src
parent3d8cfa9973a874b537a2cdd5c6a5d9b38473d971 (diff)
downloadlibssh-5f69d494adef61c34dd16d4679014bb1ffdc4acb.tar.gz
libssh-5f69d494adef61c34dd16d4679014bb1ffdc4acb.tar.xz
libssh-5f69d494adef61c34dd16d4679014bb1ffdc4acb.zip
Fix documentation of ssh_set_message_callback
Diffstat (limited to 'src')
-rw-r--r--src/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server.c b/src/server.c
index dcd4c9f..639b2aa 100644
--- a/src/server.c
+++ b/src/server.c
@@ -1123,9 +1123,9 @@ int ssh_message_global_request_port(ssh_message msg){
/** @brief defines the SSH_MESSAGE callback
* @param session the current ssh session
- * @param[in] ssh_message_callback_ a function pointer to a callback taking the
+ * @param[in] ssh_bind_message_callback a function pointer to a callback taking the
* current ssh session and received message as parameters. the function returns
- * 0 if the message has been parsed and treated sucessfuly, 1 otherwise (libssh
+ * 0 if the message has been parsed and treated successfully, 1 otherwise (libssh
* must take care of the response).
* @param[in] data void pointer to be passed to callback functions
*/