DLTS → DTLS

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 2913b5c09f)
This commit is contained in:
Dimitri Papadopoulos 2023-05-09 08:04:20 +02:00 committed by Hugo Landau
parent ed0fa1044f
commit f8c2a15b0a
No known key found for this signature in database
GPG Key ID: 3D30A3A9FF1360DC
1 changed files with 1 additions and 1 deletions

View 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.