From 3faa3c0faf98a2abbab842a78edb246121206cfa Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:37:26 -0500 Subject: [PATCH] spelling: robining Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/comm/test_gap_le_advert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/comm/test_gap_le_advert.c b/tests/fw/comm/test_gap_le_advert.c index 22dda29c..0e5c8473 100644 --- a/tests/fw/comm/test_gap_le_advert.c +++ b/tests/fw/comm/test_gap_le_advert.c @@ -95,7 +95,7 @@ void test_gap_le_advert__initialize(void) { s_unscheduled_job = NULL; s_unscheduled_completed = false; - // This bypasses the work-around for the CC2564 advertising bug, that pauses the round-robinning + // This bypasses the work-around for the CC2564 advertising bug, that pauses the round-robining // through scheduled advertisement jobs: s_is_connected_as_slave = true;