fix length typos

This commit is contained in:
MX
2026-01-05 22:26:28 +03:00
parent 06585024f4
commit 02796c391e
20 changed files with 23 additions and 23 deletions

View File

@@ -26,7 +26,7 @@ typedef struct {
uint8_t worker_result;
} EventLoopMutexApp;
// This funciton is being run in a separate thread to simulate lenghty blocking operations
// This funciton is being run in a separate thread to simulate lengthy blocking operations
static int32_t event_loop_mutex_app_worker_thread(void* context) {
furi_assert(context);
EventLoopMutexApp* app = context;