diff options
author | A. Schulze <git@andeasschulze.de> | 2019-03-09 19:05:31 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2019-03-10 20:59:42 +0100 |
commit | 3dcbb6c4a395d56dfa561145d89017ff958bb18e (patch) | |
tree | 3265550be0f8eac79297ebf38ba8a869bd918e34 /doc/man1 | |
parent | Fix typo in ifndef OPENSSL_NO_ENGINES. (diff) | |
download | openssl-3dcbb6c4a395d56dfa561145d89017ff958bb18e.tar.xz openssl-3dcbb6c4a395d56dfa561145d89017ff958bb18e.zip |
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/man1')
-rw-r--r-- | doc/man1/s_client.pod | 2 |
1 files changed, 1 insertions, 1 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> |