Fix typo in ssh client

This commit is contained in:
Sergio de Almeida Cipriano Junior 2020-11-18 10:59:07 -03:00 committed by Nicolas Viennot
parent 8123fa34f8
commit e5ce3f04d2

View File

@ -453,7 +453,7 @@ SSH_NEW_CHANNEL:
ssh_get_error(session)); ssh_get_error(session));
return; return;
case SSH_OK: case SSH_OK:
tmate_debug("Session opened, initalizing tmate"); tmate_debug("Session opened, initializing tmate");
client->state = SSH_BOOTSTRAP; client->state = SSH_BOOTSTRAP;
} }
// fall through // fall through