summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-02-26 13:03:35 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-02-26 13:04:05 +0100
commitdaf96db7ee8b2112f024e79982aede66d29ce92b (patch)
tree9aaf994e3045c2e9b577063fe4e94dfddb527c8c
parent0a53cdbf11f30b285f4ca2b7f9b46769b315de1d (diff)
downloadgnutls-daf96db7ee8b2112f024e79982aede66d29ce92b.tar.gz
corrected typo in gnutls_handshake(), spotted by Andris Mednis
-rw-r--r--lib/gnutls_handshake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index b0f7e28b52..d5e481b644 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -2491,7 +2491,7 @@ static int _gnutls_recv_supplemental(gnutls_session_t session)
*
* The non-fatal errors expected by this function are:
* %GNUTLS_E_INTERRUPTED, %GNUTLS_E_AGAIN,
- * %GNUTLS_E_WARNING_ALERT_RECEIVED, and %GNUTLS_GOT_APPLICATION_DATA,
+ * %GNUTLS_E_WARNING_ALERT_RECEIVED, and %GNUTLS_E_GOT_APPLICATION_DATA,
* the latter only in a case of rehandshake.
*
* The former two interrupt the handshake procedure due to the lower