summaryrefslogtreecommitdiffstats
path: root/doc/ssleay.txt
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-12-27 15:04:54 +0000
committerRichard Levitte <levitte@openssl.org>2003-12-27 15:04:54 +0000
commit112341031bb60c4e75c105bc879493e42a9f406a (patch)
tree66b9e649c249750c6b245eb50d331ffc274cf411 /doc/ssleay.txt
parent7cf803230ba4b2531e5ec55dcad80c1dac011628 (diff)
Correct documentation typos.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
Diffstat (limited to 'doc/ssleay.txt')
-rw-r--r--doc/ssleay.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssleay.txt b/doc/ssleay.txt
index c6049d5e53..d44d2f04a0 100644
--- a/doc/ssleay.txt
+++ b/doc/ssleay.txt
@@ -6245,7 +6245,7 @@ SSL_get_app_data
void SSL_CTX_set_default_verify
/* This callback, if set, totaly overrides the normal SSLeay verification
- * functions and should return 1 on sucesss and 0 on failure */
+ * functions and should return 1 on success and 0 on failure */
void SSL_CTX_set_cert_verify_callback
/* The following are the same as the equivilent SSL_xxx functions.