From a5ba1d602604aff483e82497c8499223b93c2da0 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:33:22 -0500 Subject: [PATCH] spelling: action Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/timeline/timeline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.