From 5d1081bc13aebb271b4c33cd6a42e660741acc00 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:36:14 -0500 Subject: [PATCH] spelling: resources Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/common/animation_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/common/animation_service.h b/src/fw/services/common/animation_service.h index 6dfab1f0..77012b79 100644 --- a/src/fw/services/common/animation_service.h +++ b/src/fw/services/common/animation_service.h @@ -30,6 +30,6 @@ void animation_service_timer_schedule(uint32_t ms); //! Acknowledge that we received an event sent by the animation timer void animation_service_timer_event_received(void); -//! Destroy the animation resoures used by the given task. Called by the process_manager when a +//! Destroy the animation resources used by the given task. Called by the process_manager when a // process exits void animation_service_cleanup(PebbleTask task);