Skip to content

Commit

Permalink
wolfssl/ssl.h: fix speling erorr (thanks codespell).
Browse files Browse the repository at this point in the history
  • Loading branch information
douzzer committed Jan 22, 2025
1 parent 6102daf commit bcdfc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfssl/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.*/
Expand Down

0 comments on commit bcdfc57

Please sign in to comment.