summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos <nmav@crystal.(none)>2007-11-28 22:52:39 +0200
committerNikos <nmav@crystal.(none)>2007-11-28 22:52:39 +0200
commit073e42d557eb88621f625d142874ac2f8c6fbc97 (patch)
tree6d6be4de029cd43ce774477d56b999108ac7670c /lib
parent8b1a65b9e8ed898e4b1ae78e6af2f6ccf13eb10d (diff)
downloadgnutls-073e42d557eb88621f625d142874ac2f8c6fbc97.tar.gz
fixed type
Diffstat (limited to 'lib')
-rw-r--r--lib/gnutls_priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index 2fc3c32269..265506e3f5 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -712,7 +712,7 @@ break_comma_list (char *etag,
*
* This is the same as calling:
*
- * gnutls_priority_set_direct (session, "EXPORT", NULL);
+ * gnutls_priority_set_direct (session, "NORMAL", NULL);
*
* This function is kept around for backwards compatibility, but
* because of its wide use it is still fully supported. If you wish