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 --- shared/tinyusb/mp_usbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/tinyusb/mp_usbd.c') diff --git a/shared/tinyusb/mp_usbd.c b/shared/tinyusb/mp_usbd.c index 0edc48988..ea1de674b 100644 --- a/shared/tinyusb/mp_usbd.c +++ b/shared/tinyusb/mp_usbd.c @@ -31,7 +31,7 @@ #if MICROPY_HW_ENABLE_USBDEV #ifndef NO_QSTR -#include "tusb.h" // TinyUSB is not avaiable when running the string preprocessor +#include "tusb.h" // TinyUSB is not available when running the string preprocessor #include "device/usbd.h" #include "device/usbd_pvt.h" #endif -- cgit v1.2.3