1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

typo in comment

[originally from svn r4923]
This commit is contained in:
Jacob Nevins 2004-11-29 09:27:13 +00:00
parent 96a5923cc3
commit d0992ade3d

2
ssh.c
View File

@ -4732,7 +4732,7 @@ static int do_ssh2_transport(Ssh ssh, unsigned char *in, int inlen,
/*
* We've sent client NEWKEYS, so create and initialise
* client-to-servere session keys.
* client-to-server session keys.
*/
if (ssh->cs_cipher_ctx)
ssh->cscipher->free_context(ssh->cs_cipher_ctx);