summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-06-15 08:36:35 +0200
committerPauli <pauli@openssl.org>2023-06-18 16:53:09 +1000
commit6ea4da6e4d03cd9591805e166cfd94a374c33628 (patch)
treeb96d170dea13d0875147923b0df48c18072af842 /ssl
parent6c0ecc2bce64cc86948a51f80f832b5e48a9ebea (diff)
Fix new typos found by codespell
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21210)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/quic/quic_trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/quic/quic_trace.c b/ssl/quic/quic_trace.c
index 961de4dbd5..34ee65ad95 100644
--- a/ssl/quic/quic_trace.c
+++ b/ssl/quic/quic_trace.c
@@ -562,7 +562,7 @@ int ossl_quic_trace(int write_p, int version, int content_type,
case SSL3_RT_QUIC_DATAGRAM:
BIO_puts(bio, write_p ? "Sent" : "Received");
/*
- * Unfortunately there is no way of receiving auxilliary information
+ * Unfortunately there is no way of receiving auxiliary information
* about the datagram through the msg_callback API such as the peer
* address
*/