Fix typo in fap loader logging (#1875)

This commit is contained in:
Johannes Mittendorfer 2022-10-14 18:54:52 +02:00 committed by GitHub
parent d5b239595f
commit 9ff29d12b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ static bool fap_loader_run_selected_app(FapLoader* loader) {
} }
FURI_LOG_I(TAG, "Loaded in %ums", (size_t)(furi_get_tick() - start)); FURI_LOG_I(TAG, "Loaded in %ums", (size_t)(furi_get_tick() - start));
FURI_LOG_I(TAG, "FAP Loader is staring app"); FURI_LOG_I(TAG, "FAP Loader is starting app");
FuriThread* thread = flipper_application_spawn(loader->app, NULL); FuriThread* thread = flipper_application_spawn(loader->app, NULL);
furi_thread_start(thread); furi_thread_start(thread);