mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 19:20:27 +09:00
fix typos
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Pavol Žáčik <pzacik@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
@@ -513,7 +513,7 @@ ssh_config_parse_proxy_jump(ssh_session session, const char *s, bool do_parsing)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (do_parsing) {
|
if (do_parsing) {
|
||||||
/* Store the whole string in sesion */
|
/* Store the whole string in session */
|
||||||
SAFE_FREE(session->opts.proxy_jumps_str);
|
SAFE_FREE(session->opts.proxy_jumps_str);
|
||||||
session->opts.proxy_jumps_str = strdup(s);
|
session->opts.proxy_jumps_str = strdup(s);
|
||||||
if (session->opts.proxy_jumps_str == NULL) {
|
if (session->opts.proxy_jumps_str == NULL) {
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ static void ssh_connector_reset_pollevents(ssh_connector connector)
|
|||||||
* This should be called after some data is successfully read from
|
* This should be called after some data is successfully read from
|
||||||
* connector's input and written to connector's output.
|
* connector's input and written to connector's output.
|
||||||
*
|
*
|
||||||
* @param[in, out] connector Connector for which the io operation occured.
|
* @param[in, out] connector Connector for which the io operation occurred.
|
||||||
*
|
*
|
||||||
* @warning This does not consider the case when the io indicated failure
|
* @warning This does not consider the case when the io indicated failure
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user