From f430ba31ac81f27f0014320fee335d2dc4562a95 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Sun, 19 Jun 2016 19:39:01 +0200 Subject: Spelling... and more spelling Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1245) --- ssl/t1_enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/t1_enc.c') diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c index 920a178513..124a53c5a8 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -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; -- cgit v1.2.3