From: Nikos Mavrogiannopoulos Date: Mon, 1 Jun 2015 09:52:58 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_4_2~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa1233a7d92f3bd5d5c8f36409a563b54db441aa;p=thirdparty%2Fgnutls.git doc update --- diff --git a/lib/gnutls_privkey.c b/lib/gnutls_privkey.c index d9a843fca2..3312cdf8b8 100644 --- a/lib/gnutls_privkey.c +++ b/lib/gnutls_privkey.c @@ -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