From d0992ade3d76be7cce4b2e32cb57d553f57851f5 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Mon, 29 Nov 2004 09:27:13 +0000 Subject: [PATCH] typo in comment [originally from svn r4923] --- 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);