From b1229efbd1509654dec6053865ab828d769e29db Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 8 Mar 2023 14:10:02 +1100 Subject: all: Fix spelling mistakes based on codespell check. Signed-off-by: Damien George --- extmod/modussl_axtls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extmod/modussl_axtls.c') diff --git a/extmod/modussl_axtls.c b/extmod/modussl_axtls.c index 2eae465048..77e942ec12 100644 --- a/extmod/modussl_axtls.c +++ b/extmod/modussl_axtls.c @@ -208,7 +208,7 @@ STATIC mp_uint_t ussl_socket_read(mp_obj_t o_in, void *buf, mp_uint_t size, int // default is to perform complete handshake in constructor, so // this should not happen in blocking mode. On the other hand, // in nonblocking mode EAGAIN (comparing to the alternative of - // looping) is really preferrable. + // looping) is really preferable. if (o->blocking) { continue; } else { -- cgit v1.2.3