From fe0894424617b6b6e8eddd8bc276aef6639dd8ff Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Tue, 30 Nov 2021 10:55:53 +0000 Subject: [PATCH] Fix spelling error Signed-off-by: Paul Elliott --- docs/architecture/tls13-experimental.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/tls13-experimental.md b/docs/architecture/tls13-experimental.md index 389b81eabf..15a38f0d5d 100644 --- a/docs/architecture/tls13-experimental.md +++ b/docs/architecture/tls13-experimental.md @@ -145,7 +145,7 @@ MVP definition `secp256r1`, then we would be guaranteed that the server supported it, however our current curve preference order puts `x25519` before `secp256r1` and changing this for only TLS1.3 would be potentially - difficult (we have no desire to change TLS1.2 behaviour). The likelyhood + difficult (we have no desire to change TLS1.2 behaviour). The likelihood of finding a server that doesn't support `x25519` is quite low and indeed the end user could themselves change the order of preference of curves using the `mbedtls_ssl_conf_curves()` API if they wished to do so, so we