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:
Jakub Jelen
2026-02-09 12:22:57 +01:00
parent 60ad19c2c8
commit 3232d72812
2 changed files with 2 additions and 2 deletions

View File

@@ -513,7 +513,7 @@ ssh_config_parse_proxy_jump(ssh_session session, const char *s, bool do_parsing)
}
if (do_parsing) {
/* Store the whole string in sesion */
/* Store the whole string in session */
SAFE_FREE(session->opts.proxy_jumps_str);
session->opts.proxy_jumps_str = strdup(s);
if (session->opts.proxy_jumps_str == NULL) {

View File

@@ -314,7 +314,7 @@ static void ssh_connector_reset_pollevents(ssh_connector connector)
* This should be called after some data is successfully read from
* 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
*