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/handshake.c | |
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/handshake.c')
-rw-r--r-- | lib/handshake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/handshake.c b/lib/handshake.c index d83a51c9bb..70b4486266 100644 --- a/lib/handshake.c +++ b/lib/handshake.c @@ -1626,7 +1626,7 @@ _gnutls_recv_handshake(gnutls_session_t session, default: gnutls_assert(); /* we shouldn't actually arrive here in any case . - * unexpected messages should be catched after _gnutls_handshake_io_recv_int() + * unexpected messages should be caught after _gnutls_handshake_io_recv_int() */ ret = GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET; goto cleanup; |