]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected typo
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 8 Jul 2010 15:33:16 +0000 (17:33 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 8 Jul 2010 15:33:16 +0000 (17:33 +0200)
lib/gnutls_pubkey.c

index 2460eca34ac7cadd098e5fa608a6ff95bb8fca90..bd413efaf80f5cf73740e395887792e619f32b68 100644 (file)
@@ -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 
  *