Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Schulze <git@andeasschulze.de>2018-03-29 23:10:26 +0300
committerRichard Levitte <levitte@openssl.org>2018-04-19 12:10:17 +0300
commitaa3b328541ff67dde7c40ae73dd11a296647ae3d (patch)
tree9830341042b2bf3b9d2c1e14bcb3742bdea5b8c7 /CHANGES
parent7f6dfa19dfbd1d009bf3ab36805b8d132d4ecd56 (diff)
correct spelling errors detected by Debian lintian
CLA: trivial Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5801)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 00b5c4060f..a13183f9e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -65,7 +65,7 @@
below. Similarly TLSv1.2 ciphersuites are not compatible with TLSv1.3.
In order to avoid issues where legacy TLSv1.2 ciphersuite configuration
would otherwise inadvertently disable all TLSv1.3 ciphersuites the
- configuraton has been separated out. See the ciphers man page or the
+ configuration has been separated out. See the ciphers man page or the
SSL_CTX_set_ciphersuites() man page for more information.
[Matt Caswell]