From bcdfc5791cfb6e75539eca59e792e9e8b2cc2674 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Wed, 22 Jan 2025 12:49:36 -0600 Subject: [PATCH] wolfssl/ssl.h: fix speling erorr (thanks codespell). --- wolfssl/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/ssl.h b/wolfssl/ssl.h index de95859b2..3db65465d 100644 --- a/wolfssl/ssl.h +++ b/wolfssl/ssl.h @@ -2980,7 +2980,7 @@ enum { /* ssl Constants */ /* Operation did not complete; callback needs this API to be called again.*/ WOLFSSL_ERROR_WANT_X509_LOOKUP = 4, - /* Some sort of sytem I/O error happened.*/ + /* Some sort of system I/O error happened.*/ WOLFSSL_ERROR_SYSCALL = 5, /* The connection has been closed with a closure alert.*/