From 5d8096f8f19fcf18c708c02e948e5d198d2d68a4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:27:44 -0500 Subject: [PATCH] spelling: doesn't Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/services/comm_session/test_session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/services/comm_session/test_session.c b/tests/fw/services/comm_session/test_session.c index 0a5d5676..27724ae0 100644 --- a/tests/fw/services/comm_session/test_session.c +++ b/tests/fw/services/comm_session/test_session.c @@ -256,7 +256,7 @@ void test_session__last_system_session_wins(void) { comm_session_close(system_session2, CommSessionCloseReason_UnderlyingDisconnection); // The transport's .close is supposed to call this. - // The stub in this test doens't, so clean up manually: + // The stub in this test doesn't, so clean up manually: comm_session_close(system_session, CommSessionCloseReason_UnderlyingDisconnection); }