From c64fe7d4251176f8ce9144d4153b030d1222eb07 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 29 Nov 2004 09:27:13 +0000 Subject: [PATCH] typo in comment git-svn-id: svn://svn.tartarus.org/sgt/putty@4923 cda61777-01e9-0310-a592-d414129be87e --- ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.c b/ssh.c index 07d06f1f..cf57403e 100644 --- a/ssh.c +++ b/ssh.c @@ -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); -- 2.11.0