From: Nikos Mavrogiannopoulos Date: Fri, 12 Oct 2012 16:30:40 +0000 (+0200) Subject: doc fixes X-Git-Tag: gnutls_3_1_3~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49575ac3dce9c07c5ad6d759adee1eb93253dadd;p=thirdparty%2Fgnutls.git doc fixes --- diff --git a/lib/gnutls_pubkey.c b/lib/gnutls_pubkey.c index 253b72249e..e9dbcbe9f1 100644 --- a/lib/gnutls_pubkey.c +++ b/lib/gnutls_pubkey.c @@ -421,7 +421,7 @@ gnutls_pubkey_import_openpgp (gnutls_pubkey_t key, * @subkey: Will be non zero if the key ID corresponds to a subkey * * This function returned the OpenPGP key ID of the corresponding key. - * The key is a unique ID the depends on the public + * The key is a unique ID that depends on the public * key parameters. * * If the buffer provided is not long enough to hold the output, then @@ -678,7 +678,7 @@ cleanup: * @output_data_size: holds the size of output_data (and will be * replaced by the actual size of parameters) * - * This function will return a unique ID the depends on the public + * This function will return a unique ID that depends on the public * key parameters. This ID can be used in checking whether a * certificate corresponds to the given public key. * diff --git a/lib/x509/crq.c b/lib/x509/crq.c index 28c9d70a32..19a7b687b5 100644 --- a/lib/x509/crq.c +++ b/lib/x509/crq.c @@ -2359,7 +2359,7 @@ gnutls_x509_crq_set_key_purpose_oid (gnutls_x509_crq_t crq, * @output_data_size: holds the size of output_data (and will be * replaced by the actual size of parameters) * - * This function will return a unique ID the depends on the public key + * This function will return a unique ID that depends on the public key * parameters. This ID can be used in checking whether a certificate * corresponds to the given private key. * diff --git a/lib/x509/privkey.c b/lib/x509/privkey.c index c5738fd265..4d861b2456 100644 --- a/lib/x509/privkey.c +++ b/lib/x509/privkey.c @@ -1537,7 +1537,7 @@ gnutls_x509_privkey_verify_params (gnutls_x509_privkey_t key) * @output_data_size: holds the size of output_data (and will be * replaced by the actual size of parameters) * - * This function will return a unique ID the depends on the public key + * This function will return a unique ID that depends on the public key * parameters. This ID can be used in checking whether a certificate * corresponds to the given key. * diff --git a/lib/x509/x509.c b/lib/x509/x509.c index 308047fb07..1549eda208 100644 --- a/lib/x509/x509.c +++ b/lib/x509/x509.c @@ -2415,7 +2415,7 @@ cleanup: * @output_data_size: holds the size of output_data (and will be * replaced by the actual size of parameters) * - * This function will return a unique ID the depends on the public + * This function will return a unique ID that depends on the public * key parameters. This ID can be used in checking whether a * certificate corresponds to the given private key. *