summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-08-07 19:29:28 +0000
committerDaiki Ueno <ueno@gnu.org>2020-08-07 19:29:28 +0000
commit3b6a89518866f6ea03a0643386a7099b5c258d83 (patch)
tree40a122c1b81bf3120bb1bf142d8aa00a9c81d61a
parent38b0c6019cf6a50616651e3b757571896881f727 (diff)
parent6a346d5bf66c56c078313c054e94e082671bd114 (diff)
downloadgnutls-3b6a89518866f6ea03a0643386a7099b5c258d83.tar.gz
Merge branch 'mcatanzaro/typo' into 'master'
Fix typo in API docs See merge request gnutls/gnutls!1302
-rw-r--r--lib/cert-cred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cert-cred.c b/lib/cert-cred.c
index 8d3214dcbb..a5b9493ab4 100644
--- a/lib/cert-cred.c
+++ b/lib/cert-cred.c
@@ -902,7 +902,7 @@ void
* can be used.
*
* The callback function should return 0 if the missing issuer certificate
- * for 'crt' was properly polulated and added to the 'tlist' using
+ * for 'crt' was properly populated and added to the 'tlist' using
* gnutls_x509_trust_list_add_cas() or non-zero to continue the certificate list
* verification but with issuer as %NULL.
*