From 45c881e347dcd8fe7d08cfb53c3eab533268ec12 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:26:42 -0500 Subject: [PATCH] spelling: destroy Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/process_management/process_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/process_management/process_manager.c b/src/fw/process_management/process_manager.c index 6a0e426c..cfab08ad 100644 --- a/src/fw/process_management/process_manager.c +++ b/src/fw/process_management/process_manager.c @@ -530,7 +530,7 @@ void process_manager_process_cleanup(PebbleTask task) { PBL_LOG(LOG_LEVEL_DEBUG, "%s is getting cleaned up", pebble_task_get_name(task)); - // Shutdown services that may be running. Do this before we destory the task and clear the queue + // Shutdown services that may be running. Do this before we destroy the task and clear the queue // just in case other services are still in flight. accel_service_cleanup_task_session(task); animation_service_cleanup(task);