Fixed a typo in a man page
authorAlex Gaynor <alex.gaynor@gmail.com>
Sat, 3 Mar 2018 16:37:07 +0000 (11:37 -0500)
committerRich Salz <rsalz@openssl.org>
Sat, 3 Mar 2018 16:56:32 +0000 (11:56 -0500)
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5498)
(cherry picked from commit c03dc6427cb8d15ddce735b5e5beef606bdea51d)

doc/ssl/ssl.pod

index 3b17ec12fd477284bf0e6a2497bd263682180bfa..0208a8f205385c2dabf992dd1fab17adc185df0c 100644 (file)
@@ -825,7 +825,7 @@ L<DTLSv1_listen(3)>
 
 =head1 HISTORY
 
-B<SSLv2_client_method>, B<SSLv2_server_method> and B<SSLv2_method> where removed
+B<SSLv2_client_method>, B<SSLv2_server_method> and B<SSLv2_method> were removed
 in OpenSSL 1.1.0.
 
 The return type of B<SSL_copy_session_id> was changed from void to int in