]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
crq APIs: fix typos [ci skip]
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 5 Oct 2019 01:30:32 +0000 (03:30 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 9 Oct 2019 18:23:59 +0000 (20:23 +0200)
Resolves: #842

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lib/x509/crq.c

index 4ca67535dddcc1ba19933691cc3aa419d73396c1..afebca2012dceb7c5357ba20f0b9e2dee6722214 100644 (file)
@@ -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.
  *