diff options
Diffstat (limited to 'ssl/quic/quic_trace.c')
-rw-r--r-- | ssl/quic/quic_trace.c | 2 |
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 */ |