From 4b6fd29f1a0e5e71b1863b843324a7bdc800ef0a Mon Sep 17 00:00:00 2001 From: Pedro Monreal Date: Sun, 2 Feb 2020 09:49:28 +0100 Subject: cleanup: fix typos and wording in docs and comments Closes #4869 Reviewed-by: Emil Engler and Daniel Gustafsson --- lib/vtls/schannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls/schannel.c') diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index dc58ed0d3..0818d947a 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -718,7 +718,7 @@ schannel_connect_step1(struct connectdata *conn, int sockindex) unsigned short* list_len = NULL; /* The first four bytes will be an unsigned int indicating number - of bytes of data in the rest of the the buffer. */ + of bytes of data in the rest of the buffer. */ extension_len = (unsigned int *)(&alpn_buffer[cur]); cur += sizeof(unsigned int); -- cgit v1.2.3