mirror of
https://github.com/espressif/openthread.git
synced 2026-08-18 00:19:52 +00:00
[docs] fix double 'the' typos across the codebase (#13176)
This commit fixes instances of "the the" typos found in various files across the codebase, including documentation, headers, source files, and test scripts.
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ class MATN_09_FailureOfPrimaryBBROutboundMulticast(thread_cert.TestCase):
|
||||
br1.interface_down()
|
||||
self.simulator.go(180)
|
||||
|
||||
# 4b. BR_2 detects the missing Primary BBR and becomes the the Leader of
|
||||
# 4b. BR_2 detects the missing Primary BBR and becomes the Leader of
|
||||
# the Thread Network.
|
||||
self.assertEqual('disabled', br1.get_state())
|
||||
self.assertEqual('leader', br2.get_state())
|
||||
|
||||
Reference in New Issue
Block a user