mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Typo fix
This commit is contained in:
parent
f1160be564
commit
1bc25383ce
@ -72,7 +72,7 @@ static void mate_notify_message(struct client *c, int join)
|
|||||||
|
|
||||||
tmate_notify("%s mate has %s the session (%s)%s",
|
tmate_notify("%s mate has %s the session (%s)%s",
|
||||||
multi_client ? "A" : "Your",
|
multi_client ? "A" : "Your",
|
||||||
join ? "join" : "left",
|
join ? "joined" : "left",
|
||||||
c->ip_address,
|
c->ip_address,
|
||||||
multi_client ? buf : "");
|
multi_client ? buf : "");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user