From 42b59e79fbaf82f866f5af25d607db26c8949f2f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:14:08 -0500 Subject: [PATCH] spelling: either Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/accessory/smartstrap_comms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/accessory/smartstrap_comms.c b/src/fw/services/normal/accessory/smartstrap_comms.c index d7c022a0..9a31e4b8 100644 --- a/src/fw/services/normal/accessory/smartstrap_comms.c +++ b/src/fw/services/normal/accessory/smartstrap_comms.c @@ -230,7 +230,7 @@ static void prv_handle_complete_frame(bool *should_context_switch) { bool is_notify = header->flags.is_notify; if ((is_notify && (smartstrap_fsm_state_get() != SmartstrapStateNotifyInProgress)) || (!is_notify && (s_read_consumer.profile != header->profile))) { - // We weither got a notify frame in response to a normal read, or we got a response for a + // We either got a notify frame in response to a normal read, or we got a response for a // different frame than we requested. s_read_info.should_drop = true; }