From fc4b5a3b021ae18c66316b994369f2039448183c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:44:33 -0500 Subject: [PATCH] spelling: available Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/ui/menu_layer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/ui/menu_layer.h b/src/fw/applib/ui/menu_layer.h index 289bffa2..95786a3d 100644 --- a/src/fw/applib/ui/menu_layer.h +++ b/src/fw/applib/ui/menu_layer.h @@ -560,7 +560,7 @@ void menu_layer_set_selected_next(MenuLayer *menu_layer, //! @param scroll_align The alignment of the new selection //! @param animated Supply `true` to animate changing the selection, or `false` //! to change the selection instantly. -//! @note If the section and/or row index exceeds the avaible number of sections +//! @note If the section and/or row index exceeds the available number of sections //! or resp. rows, the exceeding index/indices will be capped, effectively //! selecting the last section and/or row, resp. void menu_layer_set_selected_index(MenuLayer *menu_layer,