From 7420fcb5259d9bc995ba09530d4673402f85d748 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:33:20 -0500 Subject: [PATCH] spelling: quicklaunch Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/apps/system_apps/settings/settings_quick_launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/apps/system_apps/settings/settings_quick_launch.c b/src/fw/apps/system_apps/settings/settings_quick_launch.c index 9b757f20..ca067931 100644 --- a/src/fw/apps/system_apps/settings/settings_quick_launch.c +++ b/src/fw/apps/system_apps/settings/settings_quick_launch.c @@ -17,7 +17,7 @@ //! This file displays the main Quick Launch menu that is found in our settings menu //! It allows the feature to be enabled or for an app to be set //! The list of apps that the user can choose from is found in settings_quick_launch_app_menu.c -//! This file is also responsible for saving / storing the uuid of each quichlaunch app as well as +//! This file is also responsible for saving / storing the uuid of each quicklaunch app as well as //! whether or not the quicklaunch app is enabled. #include "settings_menu.h"