diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-05-26 15:25:08 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-05-26 15:25:08 +0200 |
commit | ad3514f37f5e2c3a05efd82a4514c78e51136cec (patch) | |
tree | 1183ba8f1f35d84a888e0c88fdccc1d549790619 /lib/gnutls_cert.c | |
parent | b0bbd0855dde94b0e55a2a8186c6edd6b17c908b (diff) | |
download | gnutls-ad3514f37f5e2c3a05efd82a4514c78e51136cec.tar.gz |
Doc fix.
Diffstat (limited to 'lib/gnutls_cert.c')
-rw-r--r-- | lib/gnutls_cert.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index 9fce4bd79e..2d5ad18ae5 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -138,8 +138,8 @@ gnutls_certificate_get_x509_cas (gnutls_certificate_credentials_t sc, * @x509_crl_list: the exported CRL list. Should be treated as constant * @ncrls: the number of exported CRLs * - * This function will export the OpenPGP keyring associated - * with the given credentials. + * This function will export all the CRLs associated with the given + * credentials. * * Since: 2.4.0 **/ @@ -158,8 +158,8 @@ gnutls_certificate_get_x509_crls (gnutls_certificate_credentials_t sc, * @sc: is an #gnutls_certificate_credentials_t structure. * @ring: the exported keyring. Should be treated as constant * - * This function will export all the CRLs associated - * with the given credentials. + * This function will export the OpenPGP keyring associated with the + * given credentials. * * Since: 2.4.0 **/ |