diff options
author | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2019-03-27 00:55:55 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2019-03-27 01:00:57 +0100 |
commit | fc4e500b037fcbe89238b1c9f0c1ccf46a7c6559 (patch) | |
tree | f47cf92aee064715c6b4b7adc99b1bbd0f23ad18 | |
parent | style nit fix (diff) | |
download | openssl-fc4e500b037fcbe89238b1c9f0c1ccf46a7c6559.tar.xz openssl-fc4e500b037fcbe89238b1c9f0c1ccf46a7c6559.zip |
Fix three identical grammatical errors
Reported by Mak Kolybabi
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8591)
-rw-r--r-- | doc/man1/s_client.pod | 2 | ||||
-rw-r--r-- | doc/man1/s_server.pod | 2 | ||||
-rw-r--r-- | doc/man1/s_time.pod | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod index e1a71d1758..03f8b7a55a 100644 --- a/doc/man1/s_client.pod +++ b/doc/man1/s_client.pod @@ -559,7 +559,7 @@ further information). =item B<-bugs> -There are several known bug in SSL and TLS implementations. Adding this +There are several known bugs in SSL and TLS implementations. Adding this option enables various workarounds. =item B<-comp> diff --git a/doc/man1/s_server.pod b/doc/man1/s_server.pod index b15ccdf155..71bb166c58 100644 --- a/doc/man1/s_server.pod +++ b/doc/man1/s_server.pod @@ -542,7 +542,7 @@ OpenSSL was built. =item B<-bugs> -There are several known bug in SSL and TLS implementations. Adding this +There are several known bugs in SSL and TLS implementations. Adding this option enables various workarounds. =item B<-no_comp> diff --git a/doc/man1/s_time.pod b/doc/man1/s_time.pod index b5e74ccd1b..ce6264265a 100644 --- a/doc/man1/s_time.pod +++ b/doc/man1/s_time.pod @@ -127,7 +127,7 @@ OpenSSL was built. =item B<-bugs> -There are several known bug in SSL and TLS implementations. Adding this +There are several known bugs in SSL and TLS implementations. Adding this option enables various workarounds. =item B<-cipher cipherlist> |