summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorA. Schulze <git@andeasschulze.de>2019-03-09 19:05:31 +0100
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-03-10 20:59:42 +0100
commit3dcbb6c4a395d56dfa561145d89017ff958bb18e (patch)
tree3265550be0f8eac79297ebf38ba8a869bd918e34 /doc
parentdc7e354275fccc3f13d30a0024f18b5ead560532 (diff)
Fix two spelling errors
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/8447)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/s_client.pod2
-rw-r--r--doc/man3/SSL_CTX_set_read_ahead.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod
index c4a98435b4..e1a71d1758 100644
--- a/doc/man1/s_client.pod
+++ b/doc/man1/s_client.pod
@@ -218,7 +218,7 @@ Even though SNI should normally be a DNS name and not an IP address, if
B<-servername> is provided then that name will be sent, regardless of whether
it is a DNS name or not.
-This option cannot be used in conjuction with B<-noservername>.
+This option cannot be used in conjunction with B<-noservername>.
=item B<-noservername>
diff --git a/doc/man3/SSL_CTX_set_read_ahead.pod b/doc/man3/SSL_CTX_set_read_ahead.pod
index a71d72e36a..97343b92a0 100644
--- a/doc/man3/SSL_CTX_set_read_ahead.pod
+++ b/doc/man3/SSL_CTX_set_read_ahead.pod
@@ -46,7 +46,7 @@ records, and SSL_has_pending() can't tell the difference between processed and
unprocessed data, it's recommended that if read ahead is turned on that
B<SSL_MODE_AUTO_RETRY> is not turned off using SSL_CTX_clear_mode().
That will prevent getting B<SSL_ERROR_WANT_READ> when there is still a complete
-record availale that hasn't been processed.
+record available that hasn't been processed.
If the application wants to continue to use the underlying transport (e.g. TCP
connection) after the SSL connection is finished using SSL_shutdown() reading