diff options
author | Pedro Monreal <pmgdeb@gmail.co> | 2020-02-02 09:49:28 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2020-02-02 18:43:01 +0100 |
commit | 4b6fd29f1a0e5e71b1863b843324a7bdc800ef0a (patch) | |
tree | 866d9eb632d67a014bad0e8bbb48208b3f8a7568 /lib/vtls | |
parent | 6ef123522a28ca872f12fe482ee7c714079c61b2 (diff) |
cleanup: fix typos and wording in docs and comments
Closes #4869
Reviewed-by: Emil Engler and Daniel Gustafsson
Diffstat (limited to 'lib/vtls')
-rw-r--r-- | lib/vtls/schannel.c | 2 | ||||
-rw-r--r-- | lib/vtls/sectransp.c | 4 |
2 files changed, 3 insertions, 3 deletions
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); diff --git a/lib/vtls/sectransp.c b/lib/vtls/sectransp.c index 4eece89d5..7dd028fb7 100644 --- a/lib/vtls/sectransp.c +++ b/lib/vtls/sectransp.c @@ -6,7 +6,7 @@ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2017, Nick Zitzmann, <nickzman@gmail.com>. - * Copyright (C) 2012 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 2012 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -1164,7 +1164,7 @@ static OSStatus CopyIdentityFromPKCS12File(const char *cPath, * the Keychain. * * As this doesn't match iOS, and apps may not want to see their client - * certificate saved in the the user's keychain, we use SecItemImport + * certificate saved in the user's keychain, we use SecItemImport * with a NULL keychain to avoid importing it. * * This returns a SecCertificateRef from which we can construct a |