mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-13 16:59:17 +01:00
Fix typo in ssh client
This commit is contained in:
parent
8123fa34f8
commit
e5ce3f04d2
@ -453,7 +453,7 @@ SSH_NEW_CHANNEL:
|
||||
ssh_get_error(session));
|
||||
return;
|
||||
case SSH_OK:
|
||||
tmate_debug("Session opened, initalizing tmate");
|
||||
tmate_debug("Session opened, initializing tmate");
|
||||
client->state = SSH_BOOTSTRAP;
|
||||
}
|
||||
// fall through
|
||||
|
Loading…
Reference in New Issue
Block a user