diff --git a/src/fw/services/normal/timeline/timeline.h b/src/fw/services/normal/timeline/timeline.h index 971e7b4d..1e5e909c 100644 --- a/src/fw/services/normal/timeline/timeline.h +++ b/src/fw/services/normal/timeline/timeline.h @@ -59,7 +59,7 @@ bool timeline_exists(Uuid *id); //! Enables bulk action mode for ancs actions to avoid filling the event queue void timeline_enable_ancs_bulk_action_mode(bool enable); -//! Returns whether or not bulk actoin mode is enabled for ancs actions +//! Returns whether or not bulk action mode is enabled for ancs actions bool timeline_is_bulk_ancs_action_mode_enabled(void); //! invokes a timelineitem's action. This can end up triggering a bluetooth message.