summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-11-04 11:20:07 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-11-04 11:20:40 +0100
commit16bf463c8f2ac8e8c1c6f2b5c76fcec3ea602a56 (patch)
tree10ea948fe5c1352b9d4e0fc1bedadbdd2e89359a
parent45382e17c5d80100e8c39232e13480529eff0471 (diff)
downloadgnutls-16bf463c8f2ac8e8c1c6f2b5c76fcec3ea602a56.tar.gz
updated text
-rw-r--r--lib/ext/alpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext/alpn.c b/lib/ext/alpn.c
index 8ddaa97309..7a1a3c05dd 100644
--- a/lib/ext/alpn.c
+++ b/lib/ext/alpn.c
@@ -245,7 +245,7 @@ gnutls_alpn_get_selected_protocol(gnutls_session_t session,
* @flags: zero or %GNUTLS_ALPN_*
*
* This function is to be used by both clients and servers, to declare
- * the supported ALPN protocols, which are used during peer negotiation.
+ * the supported ALPN protocols, which are used during negotiation with peer.
*
* If %GNUTLS_ALPN_MAND is specified the connection will be aborted
* if no matching ALPN protocol is found.