From b86d2a3bff4cc0cfb5d95e1176ecd0bddcc52052 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Wed, 9 Aug 2023 16:47:14 +0200 Subject: [PATCH] Fix typo --- wolfssl/quic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/quic.h b/wolfssl/quic.h index 871951169..c1462cbae 100644 --- a/wolfssl/quic.h +++ b/wolfssl/quic.h @@ -52,7 +52,7 @@ typedef struct wolfssl_quic_method_t WOLFSSL_QUIC_METHOD; struct wolfssl_quic_method_t { /** - * Provide secrets to the QUIC stack when they becaome available in the SSL + * Provide secrets to the QUIC stack when they become available in the SSL * instance during handshake processing. read/write secrets have the same * length. A call may only provide one, passing NULL as the other. */