]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 1 Jun 2015 09:52:58 +0000 (11:52 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 2 Jun 2015 06:50:15 +0000 (08:50 +0200)
lib/gnutls_privkey.c

index d9a843fca2331ecfdda5f4525c535e7142dfe768..3312cdf8b8e884a8c0bc1cf7e92d0a9bf581778c 100644 (file)
@@ -953,7 +953,7 @@ gnutls_privkey_export_openpgp(gnutls_privkey_t pkey,
  * @hash: should be a digest algorithm
  * @flags: Zero or one of %gnutls_privkey_flags_t
  * @data: holds the data to be signed
- * @signature: will contain the signature allocate with gnutls_malloc()
+ * @signature: will contain the signature allocated with gnutls_malloc()
  *
  * This function will sign the given data using a signature algorithm
  * supported by the private key. Signature algorithms are always used
@@ -1081,7 +1081,7 @@ gnutls_privkey_sign_hash(gnutls_privkey_t signer,
  * @key: Holds the key
  * @flags: should be zero
  * @data: holds the data to be signed
- * @signature: will contain the signature allocate with gnutls_malloc()
+ * @signature: will contain the signature allocated with gnutls_malloc()
  *
  * This function will sign the given data using a signature algorithm
  * supported by the private key. Note that this is a low-level function