[tests] fix spelling errors (#11640)

This commit is contained in:
Jonathan Hui
2025-06-25 17:07:30 -07:00
committed by GitHub
parent b794b28614
commit f390da0c94
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ void FakePlatform::ProcessSchedules(uint64_t &aTimeout)
if (alarm == &guard)
{
// nonthing scheduled within this period.
// nothing scheduled within this period.
}
else if (alarm == &mReceiveAtEnd)
{
@@ -165,7 +165,7 @@ class TestMlrTimeout(thread_cert.TestCase):
# PBBR should forward this ping request to Thread network because MA doesn't expire yet
pkts.filter_wpan_src64(PBBR).filter_AMPLFMA().filter_ping_request(
identifier=ping.icmpv6.echo.identifier).must_next()
# Router should NOT reply because it has unsubcribed the multicast address
# Router should NOT reply because it has unsubscribed the multicast address
pkts.filter_wpan_src64(ROUTER).filter_ipv6_dst(HOST_BGUA).filter_ping_reply(
identifier=ping.icmpv6.echo.identifier).must_not_next()
+1 -1
View File
@@ -4525,7 +4525,7 @@ void TestQuery(void)
VerifyOrQuit(dnsMsg != nullptr);
VerifyOrQuit(dnsMsg->GetNext() == nullptr);
// Response should include `service3` only since anwer TTL
// Response should include `service3` only since answer TTL
// is less than half of registered TTL
dnsMsg->ValidateHeader(kMulticastResponse, /* Q */ 0, /* Ans */ 1, /* Auth */ 0, /* Addnl */ 4);