[test] add code spell check and correct wrong spelling (#9066)

This commit is contained in:
Zhanglong Xia
2023-05-22 18:04:09 -07:00
committed by GitHub
parent cba9363627
commit f64b7cc73c
62 changed files with 213 additions and 106 deletions
+1 -1
View File
@@ -507,7 +507,7 @@ template <typename TimerType> static void TenTimers(uint32_t aTimeShift)
}
// given the order in which timers are started, the TimerScheduler should call otPlatAlarmMilliStartAt 2 times.
// one for timer[0] and one for timer[5] which will supercede timer[0].
// one for timer[0] and one for timer[5] which will supersede timer[0].
VerifyOrQuit(sCallCount[kCallCountIndexAlarmStart] == 2, "TestTenTimer: Start CallCount Failed.");
VerifyOrQuit(sCallCount[kCallCountIndexAlarmStop] == 0, "TestTenTimer: Stop CallCount Failed.");
VerifyOrQuit(sCallCount[kCallCountIndexTimerHandler] == 0, "TestTenTimer: Handler CallCount Failed.");