term_bidi_cache_store() now has a need to distinguish between the
[u/mdw/putty] / 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);