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