summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-10-05 03:30:32 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-10-09 20:23:59 +0200
commit3107a5f5cd9bb0f6a873d6549adfd5feba920d6b (patch)
tree1599f3f821df6e37a9e5327340232c7e1e371671
parent5f66f24ebc466c3db5b669925d44b46740b080ca (diff)
downloadgnutls-3107a5f5cd9bb0f6a873d6549adfd5feba920d6b.tar.gz
crq APIs: fix typos [ci skip]
Resolves: #842 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/x509/crq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/crq.c b/lib/x509/crq.c
index 4ca67535dd..afebca2012 100644
--- a/lib/x509/crq.c
+++ b/lib/x509/crq.c
@@ -1100,7 +1100,7 @@ gnutls_x509_crq_get_spki(gnutls_x509_crq_t crq,
* @oid_size: initially holds the size of @oid
*
* This function will return the OID of the signature algorithm
- * that has been used to sign this certificate request. This is function
+ * that has been used to sign this certificate request. This function
* is useful in the case gnutls_x509_crq_get_signature_algorithm()
* returned %GNUTLS_SIGN_UNKNOWN.
*
@@ -1140,7 +1140,7 @@ int gnutls_x509_crq_get_signature_oid(gnutls_x509_crq_t crq, char *oid, size_t *
* @oid_size: initially holds the size of @oid
*
* This function will return the OID of the public key algorithm
- * on that certificate request. This is function
+ * on that certificate request. This function
* is useful in the case gnutls_x509_crq_get_pk_algorithm()
* returned %GNUTLS_PK_UNKNOWN.
*