diff --git a/src/client.c b/src/client.c index 42b87d06..cfaacf8f 100644 --- a/src/client.c +++ b/src/client.c @@ -493,8 +493,8 @@ static int ssh_connect_termination(void *user){ * @param[in] session The ssh session to connect. * * @returns SSH_OK on success, SSH_ERROR on error. - * @returns SSH_AGAIN, if the session is in nonblocking mode, - * and call must be done again. + * @returns SSH_AGAIN, if the session is in nonblocking mode, + * and call must be done again. * * @see ssh_new() * @see ssh_disconnect()