From eb5cbb2f63b33b2b00a9c7266a8aaa0906ef3987 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:33:12 -0500 Subject: [PATCH] spelling: accessible Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/ui/action_menu_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/ui/action_menu_window.h b/src/fw/applib/ui/action_menu_window.h index 60f23307..9990c4af 100644 --- a/src/fw/applib/ui/action_menu_window.h +++ b/src/fw/applib/ui/action_menu_window.h @@ -68,7 +68,7 @@ typedef void (*ActionMenuWillCloseCb)(ActionMenu *menu, //! Configuration struct for the ActionMenu typedef struct { const ActionMenuLevel *root_level; //!< the root level of the ActionMenu - void *context; //!< a context pointer which will be accessbile when actions are performed + void *context; //!< a context pointer which will be accessible when actions are performed struct { GColor background; //!< the color of the left column of the ActionMenu GColor foreground; //!< the color of the individual "crumbs" that indicate menu depth