diff --git a/src/fw/applib/legacy2/ui/action_bar_layer_legacy2.h b/src/fw/applib/legacy2/ui/action_bar_layer_legacy2.h index 5bfeee1b..ef3c1b67 100644 --- a/src/fw/applib/legacy2/ui/action_bar_layer_legacy2.h +++ b/src/fw/applib/legacy2/ui/action_bar_layer_legacy2.h @@ -220,7 +220,7 @@ void action_bar_layer_legacy2_clear_icon(ActionBarLayerLegacy2 *action_bar, Butt //! @note It is advised to call this is in the window's `.load` or `.appear` //! handler. Make sure to call \ref action_bar_layer_legacy2_remove_from_window() in the //! window's `.unload` or `.disappear` handler. -//! @note Adding additional layers to the window's root layer after this calll +//! @note Adding additional layers to the window's root layer after this call //! can occlude the action bar. //! @param action_bar The action bar to associate with the window //! @param window The window with which the action bar is to be associated diff --git a/src/fw/applib/ui/action_bar_layer.h b/src/fw/applib/ui/action_bar_layer.h index 1fc20aa4..432504ef 100644 --- a/src/fw/applib/ui/action_bar_layer.h +++ b/src/fw/applib/ui/action_bar_layer.h @@ -265,7 +265,7 @@ void action_bar_layer_clear_icon(ActionBarLayer *action_bar, ButtonId button_id) //! @note It is advised to call this is in the window's `.load` or `.appear` //! handler. Make sure to call \ref action_bar_layer_remove_from_window() in the //! window's `.unload` or `.disappear` handler. -//! @note Adding additional layers to the window's root layer after this calll +//! @note Adding additional layers to the window's root layer after this call //! can occlude the action bar. //! @param action_bar The action bar to associate with the window //! @param window The window with which the action bar is to be associated