Split out DHE CKE construction into a separate function
[openssl.git] / ssl / t1_enc.c
index 920a1785131c3fd6d53b37235ecb5cf9d94c4d53..124a53c5a8ebd533633c4591c9589ec90772a45d 100644 (file)
@@ -141,7 +141,7 @@ int tls1_change_cipher_state(SSL *s, int which)
             goto err;
         else
             /*
-             * make sure it's intialized in case we exit later with an error
+             * make sure it's initialised in case we exit later with an error
              */
             EVP_CIPHER_CTX_reset(s->enc_read_ctx);
         dd = s->enc_read_ctx;