summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
Diffstat (limited to 'ssl')
-rw-r--r--ssl/record/methods/tls13_meth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/record/methods/tls13_meth.c b/ssl/record/methods/tls13_meth.c
index dc21bdd5d2..6bbba84d0d 100644
--- a/ssl/record/methods/tls13_meth.c
+++ b/ssl/record/methods/tls13_meth.c
@@ -347,7 +347,7 @@ static int tls13_add_record_padding(OSSL_RECORD_LAYER *rl,
* We might want to change the "else if" below so that
* library-added padding can still happen even if there
* is an application-layer callback. The reason being
- * the application may not be aware that the effectivness
+ * the application may not be aware that the effectiveness
* of ECH could be damaged if the callback e.g. only
* padded application data. However, doing so would be
* a change that could break some application that has