aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-09-18 22:58:02 +0000
committerUlf Möller <ulf@openssl.org>2000-09-18 22:58:02 +0000
commitc69c47b9fed34d518c54083abf0c9d904b59d91e (patch)
tree03bdb51794b471cc62bcf6be0199c74baff6f324 /doc/ssl
parent5d1a5ddb65ce6a3b3e5027b5514db13f829a3a68 (diff)
downloadopenssl-c69c47b9fed34d518c54083abf0c9d904b59d91e.tar.gz
ispell
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_CTX_set_cipher_list.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl/SSL_CTX_set_cipher_list.pod b/doc/ssl/SSL_CTX_set_cipher_list.pod
index 1f0daa5de8..b8c1a3ff96 100644
--- a/doc/ssl/SSL_CTX_set_cipher_list.pod
+++ b/doc/ssl/SSL_CTX_set_cipher_list.pod
@@ -23,10 +23,10 @@ SSL_set_cipher_list() sets the list of ciphers only for B<ssl>.
=head1 NOTES
-The control string B<str> should be universally useable and not depend
+The control string B<str> should be universally usable and not depend
on details of the library configuration (ciphers compiled in). Thus no
syntax checking takes place. Items that are not recognized, because the
-corrensponding ciphers are not compiled in or because they are mistyped,
+corresponding ciphers are not compiled in or because they are mistyped,
are simply ignored. Failure is only flagged if no ciphers could be collected
at all.