diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-01-04 09:47:24 +0100 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-01-04 17:24:55 +0100 |
commit | 76e210d8b96381455319ddf5fd2be711577a9577 (patch) | |
tree | 5b4d347444931ab924138127a165c0872cdbd371 /lib/ext | |
parent | b978a25de5ef06754bf94bdfb2e6442b7fb6f1fa (diff) | |
download | gnutls-76e210d8b96381455319ddf5fd2be711577a9577.tar.gz |
Fix typos in lib/tmp-fix-typos-in-lib
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/ext')
-rw-r--r-- | lib/ext/client_cert_type.c | 2 | ||||
-rw-r--r-- | lib/ext/server_cert_type.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ext/client_cert_type.c b/lib/ext/client_cert_type.c index 534c407b3a..0fbd4e9e4a 100644 --- a/lib/ext/client_cert_type.c +++ b/lib/ext/client_cert_type.c @@ -91,7 +91,7 @@ static int _gnutls_client_cert_type_recv_params(gnutls_session_t session, gnutls_assert_val(GNUTLS_E_UNEXPECTED_PACKET_LENGTH); } - /* The server picked one of the offered cert types iff he supports + /* The server picked one of the offered cert types if he supports * at least one of them and decided to do a client certificate * request. If both parties play by the rules then we may only * receive a cert type that we offered, i.e. one that we support. diff --git a/lib/ext/server_cert_type.c b/lib/ext/server_cert_type.c index 35c6d751db..b290b7b06e 100644 --- a/lib/ext/server_cert_type.c +++ b/lib/ext/server_cert_type.c @@ -91,7 +91,7 @@ static int _gnutls_server_cert_type_recv_params(gnutls_session_t session, gnutls_assert_val(GNUTLS_E_UNEXPECTED_PACKET_LENGTH); } - /* The server picked one of the offered cert types iff he supports + /* The server picked one of the offered cert types if he supports * at least one of them. If both parties play by the rules then we * may only receive a cert type that we offered, i.e. one that we * support. Because the world isn't as beautiful as it may seem, |