spelling: protocol

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:30:51 -05:00
parent 110e0fda31
commit 47af5bd094

View file

@ -206,7 +206,7 @@ void test_app_run_state__send_update(void) {
} }
void test_app_run_state__protocol_msg_callback(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 // from a source and perform the appropriate command
prv_set_remote_active(); prv_set_remote_active();
prv_set_remote_capability(CommSessionRunState); prv_set_remote_capability(CommSessionRunState);