summaryrefslogtreecommitdiff
path: root/lib/gnutls_cert.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-04-26 06:52:07 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-04-26 06:52:07 +0000
commit2016351cb83afb9b1b3022b0e967b8cff106cc06 (patch)
treec4324c95aca230aa20c36afd58eba5c3722b65fc /lib/gnutls_cert.c
parent50e12741d0c3f11678b33f34df43a66e21c9f417 (diff)
downloadgnutls-2016351cb83afb9b1b3022b0e967b8cff106cc06.tar.gz
*** empty log message ***
Diffstat (limited to 'lib/gnutls_cert.c')
-rw-r--r--lib/gnutls_cert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 45d9081c66..344ae964d4 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -329,7 +329,7 @@ void gnutls_certificate_server_set_request(gnutls_session session,
* handshake, after the certificate request message has been received.
*
* The callback function should set the certificate list to be sent, and
- * return 0 on success. If no certificate was select then the number of certificates
+ * return 0 on success. If no certificate was selected then the number of certificates
* should be set to zero. The value (-1) indicates error and the handshake
* will be terminated.
**/