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:37:07 +0000 (11:37 -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)

doc/man7/ssl.pod

index f3604bb18c5b70ffd527c5e47d65b6eecfd28f24..63b47baa16988f3991da4bf15e3a3901e6906236 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