summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-08-07 13:00:22 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-08-07 13:01:43 -0500
commit6a346d5bf66c56c078313c054e94e082671bd114 (patch)
tree40a122c1b81bf3120bb1bf142d8aa00a9c81d61a
parent38b0c6019cf6a50616651e3b757571896881f727 (diff)
downloadgnutls-6a346d5bf66c56c078313c054e94e082671bd114.tar.gz
Fix typo in API docs
Signed-off-by: Michael Catanzaro <mcatanzaro@gnome.org>
-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.
*