From: Nikos Mavrogiannopoulos Date: Thu, 8 Jul 2010 15:33:16 +0000 (+0200) Subject: corrected typo X-Git-Tag: gnutls_2_11_3~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d23837b5ab80a4e7b42fdbad65c17eb68501720d;p=thirdparty%2Fgnutls.git corrected typo --- diff --git a/lib/gnutls_pubkey.c b/lib/gnutls_pubkey.c index 2460eca34a..bd413efaf8 100644 --- a/lib/gnutls_pubkey.c +++ b/lib/gnutls_pubkey.c @@ -561,7 +561,7 @@ gnutls_pubkey_get_pk_dsa_raw(gnutls_pubkey_t key, /** * gnutls_pubkey_import: - * @key: The structure to store the parsed certificate. + * @key: The structure to store the parsed public key. * @data: The DER or PEM encoded certificate. * @format: One of DER or PEM *