From: Nikos Mavrogiannopoulos Date: Fri, 2 Apr 2010 08:10:49 +0000 (+0200) Subject: The string is colon separated. Reported by Paul Aurich. X-Git-Tag: gnutls_2_9_10~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cd987e56bdc8d188212e18359756f6e7b6b5918;p=thirdparty%2Fgnutls.git The string is colon separated. Reported by Paul Aurich. --- diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index 39d9ee9380..cc0b98acf0 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -472,7 +472,7 @@ gnutls_priority_set (gnutls_session_t session, gnutls_priority_t priority) * compression methods. This is to avoid using the * gnutls_*_priority() functions. * - * The #priorities option allows you to specify a semi-colon + * The #priorities option allows you to specify a colon * separated list of the cipher priorities to enable. * * Unless the first keyword is "NONE" the defaults (in preference