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/btstack/modbluetooth_btstack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extmod/btstack/modbluetooth_btstack.c') diff --git a/extmod/btstack/modbluetooth_btstack.c b/extmod/btstack/modbluetooth_btstack.c index 0e29c38ef..183c85a44 100644 --- a/extmod/btstack/modbluetooth_btstack.c +++ b/extmod/btstack/modbluetooth_btstack.c @@ -883,7 +883,7 @@ int mp_bluetooth_gatts_register_service_begin(bool append) { if (!append) { // This will reset the DB. - // Becase the DB is statically allocated, there's no problem with just re-initing it. + // Because the DB is statically allocated, there's no problem with just re-initing it. // Note this would be a memory leak if we enabled HAVE_MALLOC (there's no API to free the existing db). att_db_util_init(); -- cgit v1.2.3