spelling: resources

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:36:14 -05:00
parent 3d85a9cb3b
commit 5d1081bc13

View file

@ -30,6 +30,6 @@ void animation_service_timer_schedule(uint32_t ms);
//! Acknowledge that we received an event sent by the animation timer //! Acknowledge that we received an event sent by the animation timer
void animation_service_timer_event_received(void); 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 // process exits
void animation_service_cleanup(PebbleTask task); void animation_service_cleanup(PebbleTask task);