From 448406972a820e5468ea8e8ec1e53ac800c5f8e4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:04:11 -0500 Subject: [PATCH] spelling: messages Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/apps/bg_task_test/src/fg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bg_task_test/src/fg.c b/src/apps/bg_task_test/src/fg.c index 9142677c..e6b4ae36 100644 --- a/src/apps/bg_task_test/src/fg.c +++ b/src/apps/bg_task_test/src/fg.c @@ -169,7 +169,7 @@ void handle_init(void) { text_layer_set_text(text_layer, "? ? ?"); - // Subscribe to mesages published by the worker + // Subscribe to messages published by the worker app_worker_message_subscribe(steps_event_handler); // Subscribe to second ticks