diff --git a/src/app/tests/TestCommandInteraction.cpp b/src/app/tests/TestCommandInteraction.cpp index a46feec9b06286..c36221395375ad 100644 --- a/src/app/tests/TestCommandInteraction.cpp +++ b/src/app/tests/TestCommandInteraction.cpp @@ -966,7 +966,7 @@ void TestCommandInteraction::TestCommandHandlerInvalidMessageSync(nlTestSuite * NL_TEST_ASSERT(apSuite, ctx.GetExchangeManager().GetNumActiveExchanges() == 0); } -// Command Sender sends the malformed invoke request, this command is aysnc command, handler fails to process it and send status +// Command Sender sends malformed invoke request, this command is aysnc command, handler fails to process it and sends status // report with invalid action void TestCommandInteraction::TestCommandHandlerInvalidMessageAsync(nlTestSuite * apSuite, void * apContext) {