mirror of
https://github.com/espressif/openthread.git
synced 2026-08-18 00:19:52 +00:00
[test] add code spell check and correct wrong spelling (#9066)
This commit is contained in:
@@ -588,7 +588,7 @@ void TestDnsClient(void)
|
||||
VerifyOrQuit(sBrowseInfo.mNumInstances == 1);
|
||||
|
||||
sBrowseInfo.Reset();
|
||||
Log("Browse() for unknwon service");
|
||||
Log("Browse() for unknown service");
|
||||
SuccessOrQuit(dnsClient->Browse("_unknown._udp.default.service.arpa.", BrowseCallback, sInstance));
|
||||
AdvanceTime(100);
|
||||
VerifyOrQuit(sBrowseInfo.mCallbackCount == 1);
|
||||
|
||||
Reference in New Issue
Block a user