summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-12 18:30:40 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-12 18:30:40 +0200
commit49575ac3dce9c07c5ad6d759adee1eb93253dadd (patch)
tree4689ba627df6ef4612d7ceef6ece26d5642ed6ad
parentb9bde0d74c0c24f2fc04b0f29ce1b553777c0af8 (diff)
downloadgnutls-49575ac3dce9c07c5ad6d759adee1eb93253dadd.tar.gz
doc fixes
-rw-r--r--lib/gnutls_pubkey.c4
-rw-r--r--lib/x509/crq.c2
-rw-r--r--lib/x509/privkey.c2
-rw-r--r--lib/x509/x509.c2
4 files changed, 5 insertions, 5 deletions
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.
*