summaryrefslogtreecommitdiff
path: root/lib/x509
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2015-12-26 18:24:56 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-12-27 12:23:23 +0200
commit366260020123dc212dd776e05ff4f6220a6173e9 (patch)
treec21495bee43d5da2bc2646920da89fd0656a7f14 /lib/x509
parent65002fce1c5cc68f90c898cd390189df6752da5c (diff)
downloadgnutls-366260020123dc212dd776e05ff4f6220a6173e9.tar.gz
Fix some typos [ci skip]
Diffstat (limited to 'lib/x509')
-rw-r--r--lib/x509/pkcs7.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/pkcs7.c b/lib/x509/pkcs7.c
index d20d935e55..532e691a54 100644
--- a/lib/x509/pkcs7.c
+++ b/lib/x509/pkcs7.c
@@ -402,7 +402,7 @@ gnutls_pkcs7_get_crt_raw(gnutls_pkcs7_t pkcs7,
* gnutls_pkcs7_get_crt_count:
* @pkcs7: should contain a #gnutls_pkcs7_t type
*
- * This function will return the number of certifcates in the PKCS7
+ * This function will return the number of certificates in the PKCS7
* or RFC2630 certificate set.
*
* Returns: On success, a positive number is returned, otherwise a
@@ -1613,7 +1613,7 @@ gnutls_pkcs7_get_crl_raw(gnutls_pkcs7_t pkcs7,
* gnutls_pkcs7_get_crl_count:
* @pkcs7: The pkcs7 type
*
- * This function will return the number of certifcates in the PKCS7
+ * This function will return the number of certificates in the PKCS7
* or RFC2630 crl set.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a