summaryrefslogtreecommitdiff
path: root/lib/handshake.c
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-01-04 09:47:24 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-01-04 17:24:55 +0100
commit76e210d8b96381455319ddf5fd2be711577a9577 (patch)
tree5b4d347444931ab924138127a165c0872cdbd371 /lib/handshake.c
parentb978a25de5ef06754bf94bdfb2e6442b7fb6f1fa (diff)
downloadgnutls-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.c2
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;