mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
typo fix
[originally from svn r213]
This commit is contained in:
parent
c67315fd39
commit
1cd70649c1
2
ssh.c
2
ssh.c
@ -605,7 +605,7 @@ static void ssh_opened(Session *sess) {
|
||||
* has closed, or <0 for a socket error.
|
||||
*/
|
||||
static int ssh_msg (Session *sess, SOCKET sock, Net_Event_Type ne) {
|
||||
struct ssh_private *sp = (struct ssh_provate *)sess->back_priv;
|
||||
struct ssh_private *sp = (struct ssh_private *)sess->back_priv;
|
||||
int ret;
|
||||
char buf[256];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user