From 4011cdd2c3efe8d89089c2c4b55176f1c33928f6 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:54:03 -0500 Subject: [PATCH] spelling: call Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/legacy2/ui/action_bar_layer_legacy2.h | 2 +- src/fw/applib/ui/action_bar_layer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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