From 47af5bd0947e19591a158bde09b868d3a1fb6442 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:30:51 -0500 Subject: [PATCH] spelling: protocol Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/test_app_run_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/test_app_run_state.c b/tests/fw/test_app_run_state.c index edbf88b7..dd63d226 100644 --- a/tests/fw/test_app_run_state.c +++ b/tests/fw/test_app_run_state.c @@ -206,7 +206,7 @@ void test_app_run_state__send_update(void) { } void test_app_run_state__protocol_msg_callback(void) { - // Tests app_run_state_procotol_msg_callback which should take data + // Tests app_run_state_protocol_msg_callback which should take data // from a source and perform the appropriate command prv_set_remote_active(); prv_set_remote_capability(CommSessionRunState);