From 6d23cc16b3c05ab11956209b5af7cc4d497e8ce5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:33:05 -0500 Subject: [PATCH] spelling: actionable Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/ui/dialogs/actionable_dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/ui/dialogs/actionable_dialog.h b/src/fw/applib/ui/dialogs/actionable_dialog.h index ee62bbc7..6a42ea8d 100644 --- a/src/fw/applib/ui/dialogs/actionable_dialog.h +++ b/src/fw/applib/ui/dialogs/actionable_dialog.h @@ -41,7 +41,7 @@ void actionable_dialog_init(ActionableDialog *actionable_dialog, const char *dia Dialog *actionable_dialog_get_dialog(ActionableDialog *actionable_dialog); //! Sets the type of action bar to used to one of the pre-defined types or a custom one. -//! @param actionable_dialog Pointer to a \ref ActioanbleDialog whom which to set +//! @param actionable_dialog Pointer to a \ref ActionableDialog whom which to set //! @param action_bar_type The type of action bar to give the passed dialog //! @param action_bar Pointer to an \ref ActionBarLayer to assign to the dialog //! @note: The pointer to an \ref ActionBarLayer is optional and only required when the