DLTS → DTLS
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Tue, 9 May 2023 06:04:20 +0000 (08:04 +0200)
committerHugo Landau <hlandau@openssl.org>
Wed, 10 May 2023 17:29:57 +0000 (18:29 +0100)
Fix a typo that is confusing for newcomers.

CLA: trivial

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20909)

(cherry picked from commit 2913b5c09fcc4e5d493589ded2c22a3116127ed0)

doc/man1/openssl.pod

index 0081e56de7828cffef7a34f3acfa5c759b9c1d68..f38cda61a1c8e27eaf088653d53bc55159f6ddbd 100644 (file)
@@ -573,7 +573,7 @@ B<s_client> and B<s_server> commands.
 
 =item B<-dtls>, B<-dtls1>, B<-dtls1_2>
 
-These options specify to use DTLS instead of DLTS.
+These options specify to use DTLS instead of TLS.
 With B<-dtls>, clients will negotiate any supported DTLS protocol version.
 Use the B<-dtls1> or B<-dtls1_2> options to support only DTLS1.0 or DTLS1.2,
 respectively.