mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-22 18:14:09 +00:00
Fix typo in ssh client
This commit is contained in:
parent
8123fa34f8
commit
e5ce3f04d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue