summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/modussl_axtls.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-03-08 14:10:02 +1100
committerDamien George <damien@micropython.org>2023-04-27 18:03:06 +1000
commitb1229efbd1509654dec6053865ab828d769e29db (patch)
treee1a65606dd1f0a8cfe2af08f9c4ff821fb575b02 /extmod/modussl_axtls.c
parente160fe7bc64212a3ce56f5478f208e2b4d343a8b (diff)
downloadmicropython-b1229efbd1509654dec6053865ab828d769e29db.tar.gz
micropython-b1229efbd1509654dec6053865ab828d769e29db.zip
all: Fix spelling mistakes based on codespell check.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'extmod/modussl_axtls.c')
-rw-r--r--extmod/modussl_axtls.c2
1 files changed, 1 insertions, 1 deletions
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 {