summaryrefslogtreecommitdiffstats
path: root/ssl/record
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2024-07-21 11:32:06 +0200
committerTomas Mraz <tomas@openssl.org>2024-08-07 19:09:43 +0200
commit7d91d5ba35a69808f6083695ed1f83570ae0a43e (patch)
tree89cb34ccc2c9906a57a6a492dd9b8eac80dadadc /ssl/record
parentcoveralls.yml: Do not run tests in parallel (diff)
downloadopenssl-7d91d5ba35a69808f6083695ed1f83570ae0a43e.tar.xz
openssl-7d91d5ba35a69808f6083695ed1f83570ae0a43e.zip
Fix typos found by codespell
Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24949)
Diffstat (limited to 'ssl/record')
-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