From 6025001707fd65679d758c877200469d4e72ea88 Mon Sep 17 00:00:00 2001 From: klemens Date: Fri, 5 Aug 2016 19:56:58 +0200 Subject: spelling fixes, just comments and readme. Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1413) --- 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 124a53c5a8..70f70d146c 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -478,7 +478,7 @@ int tls1_generate_master_secret(SSL *s, unsigned char *out, unsigned char *p, unsigned char hash[EVP_MAX_MD_SIZE * 2]; int hashlen; /* Digest cached records keeping record buffer (if present): - * this wont affect client auth because we're freezing the buffer + * this won't affect client auth because we're freezing the buffer * at the same point (after client key exchange and before certificate * verify) */ -- cgit v1.2.3