From 541f8ebdbb8032f18f8713496fda2b1c668d588e Mon Sep 17 00:00:00 2001 From: yunhanw-google Date: Thu, 11 Aug 2022 14:14:14 -0700 Subject: [PATCH] Update src/app/tests/TestCommandInteraction.cpp Co-authored-by: Boris Zbarsky --- src/app/tests/TestCommandInteraction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {