s_client.pod: Fix grammar in NOTES section.
authorShane Lontis <shane.lontis@oracle.com>
Fri, 18 Sep 2020 02:45:14 +0000 (12:45 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 27 May 2021 09:05:06 +0000 (19:05 +1000)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12907)

doc/man1/s_client.pod

index 743b2db2ba434d49da1c5aa16f0130e12455f1c0..f1a2c4abdf535c23bdca343fcc640b68e52ca5a9 100644 (file)
@@ -797,7 +797,7 @@ server.
 
 The B<s_client> utility is a test tool and is designed to continue the
 handshake after any certificate verification errors. As a result it will
-accept any certificate chain (trusted or not) sent by the peer. Nontest
+accept any certificate chain (trusted or not) sent by the peer. Non-test
 applications should B<not> do this as it makes them vulnerable to a MITM
 attack. This behaviour can be changed by with the B<-verify_return_error>
 option: any verify errors are then returned aborting the handshake.