From: Simon Josefsson Date: Wed, 17 Feb 2010 13:21:30 +0000 (+0100) Subject: Doc fix. X-Git-Tag: gnutls_2_9_10~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=302fec0d6570a74a21f30a32e1d4fd1a717bf574;p=thirdparty%2Fgnutls.git Doc fix. --- diff --git a/lib/x509/crl.c b/lib/x509/crl.c index 92e0ef007d..0859acb210 100644 --- a/lib/x509/crl.c +++ b/lib/x509/crl.c @@ -982,7 +982,7 @@ gnutls_x509_crl_get_extension_info (gnutls_x509_crl_t crl, int indx, * buffer. * * Use gnutls_x509_crl_get_extension_info() to extract the OID and - * critical flag. Use gnutls_x509_crl_get_extension_by_oid() instead, + * critical flag. Use gnutls_x509_crl_get_extension_info() instead, * if you want to get data indexed by the extension OID rather than * sequence. *