spelling: accessible

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:33:12 -05:00
parent 2a7756f365
commit eb5cbb2f63

View file

@ -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