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