spelling: destroy

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:26:42 -05:00
parent 2e9824bf45
commit 45c881e347

View file

@ -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);