spelling: doesn't

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:27:44 -05:00
parent f9e2379cdb
commit 5d8096f8f1

View file

@ -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);
}