]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected typo in gnutls_handshake(), spotted by Andris Mednis
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 26 Feb 2015 12:03:35 +0000 (13:03 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 26 Feb 2015 12:03:35 +0000 (13:03 +0100)
lib/gnutls_handshake.c

index aa5d69d79f410fed6a09c84d633d416bfef93780..5bddae5701fe9449254243133351734f3db8dcb4 100644 (file)
@@ -2506,7 +2506,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