summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-01-08 22:31:09 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-01-08 22:31:09 +0000
commit50bf2827116d09e4f053ef045f4ae425864d3986 (patch)
tree39dfdba636938ea3efc55718c7295ecb3094e024 /doc
parente5c3162a6e328b53d029c6660812bda46e13845d (diff)
downloadgnutls-50bf2827116d09e4f053ef045f4ae425864d3986.tar.gz
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r--doc/tex/ex-rfc2818.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tex/ex-rfc2818.tex b/doc/tex/ex-rfc2818.tex
index a8cd459abf..48ccd69060 100644
--- a/doc/tex/ex-rfc2818.tex
+++ b/doc/tex/ex-rfc2818.tex
@@ -13,7 +13,7 @@ void verify_certificate( gnutls_session session, const char* hostname)
int status;
/* This verification function uses the trusted CAs in the credentials
- * structure. So you must have installed one or more CAs.
+ * structure. So you must have installed one or more CA certificates.
*/
status = gnutls_certificate_verify_peers(session);