mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
[test] add code spell check and correct wrong spelling (#9066)
This commit is contained in:
@@ -682,7 +682,7 @@ def check_joiner_router_commissioning_messages(commissioning_messages):
|
||||
|
||||
|
||||
def check_payload_same(tp1, tp2):
|
||||
"""Verfiy two payloads are totally the same.
|
||||
"""Verify two payloads are totally the same.
|
||||
A payload is a tuple of tlvs.
|
||||
"""
|
||||
assert len(tp1) == len(tp2)
|
||||
|
||||
Reference in New Issue
Block a user