diff options
-rw-r--r-- | lib/gnutls_priority.c | 2 |
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 |