typo in comment
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 29 Nov 2004 09:27:13 +0000 (09:27 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 29 Nov 2004 09:27:13 +0000 (09:27 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@4923 cda61777-01e9-0310-a592-d414129be87e

ssh.c

diff --git a/ssh.c b/ssh.c
index 07d06f1..cf57403 100644 (file)
--- 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);