]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc fixes
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 12 Oct 2012 16:30:40 +0000 (18:30 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 12 Oct 2012 16:30:40 +0000 (18:30 +0200)
lib/gnutls_pubkey.c
lib/x509/crq.c
lib/x509/privkey.c
lib/x509/x509.c

index 253b72249e45be0e42f177f135cb06ae17982f79..e9dbcbe9f1fdf856210cdfb6d34a3ab22de616a9 100644 (file)
@@ -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.
  *
index 28c9d70a32ec29cb149105a85d89e6cb9b12287e..19a7b687b503ce14ec5ba0520c7ab70a55995389 100644 (file)
@@ -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.
  *
index c5738fd265d35000b39c4c55cd84feb5abf88d86..4d861b2456d3729dc7976c5248c08ca63f09cda2 100644 (file)
@@ -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.
  *
index 308047fb073888e9a4f2c16dba2f276a73784f83..1549eda20859220dc0fd8558842fd5cbee708e1f 100644 (file)
@@ -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.
  *