]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 18 Feb 2014 08:05:34 +0000 (09:05 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 18 Feb 2014 08:05:34 +0000 (09:05 +0100)
lib/gnutls_handshake.c

index 002b1c6c2bd6c88614850506f089787ef602089f..6ec44012aa4f1a60f408678ab20dbc7602bb5d8c 100644 (file)
@@ -2351,8 +2351,8 @@ _gnutls_recv_hello_verify_request(gnutls_session_t session,
  * rehandshake is mandatory to terminate if it does not start after
  * some threshold.
  *
- * If the client does not wish to renegotiate parameters he will
- * should with an alert message, thus the return code will be
+ * If the client does not wish to renegotiate parameters he 
+ * should reply with an alert message, thus the return code will be
  * %GNUTLS_E_WARNING_ALERT_RECEIVED and the alert will be
  * %GNUTLS_A_NO_RENEGOTIATION.  A client may also choose to ignore
  * this message.