[doc] fix typos in comments (#10664)

Done by `script/code-spell` with some manual fixes.
This commit is contained in:
Handa Wang
2024-09-02 14:05:54 -07:00
committed by GitHub
parent 98d1aed973
commit e19c775ce3
16 changed files with 20 additions and 17 deletions
+1 -1
View File
@@ -559,7 +559,7 @@ def check_compressed_address_registration_tlv(command_msg, cid, iid, cid_present
command_msg (MleMessage) : The Mle message to check.
cid (int): The context id of the domain prefix.
iid (string): The Interface Identifier.
cid_present_once(boolean): True if cid entry should apprear only once in AR Tlv.
cid_present_once(boolean): True if cid entry should appear only once in AR Tlv.
False otherwise.
'''
found = False
+1 -1
View File
@@ -195,7 +195,7 @@ class TestCryptoEngine(unittest.TestCase):
class TestCryptoMaterialCreator(unittest.TestCase):
""" Key generaion was described in Thread specification.
""" Key generation was described in Thread specification.
Read more: Thread 1.1.0 Specification Candidate Final - 7.1.4 Key Generation