From 6d557383e8bc8654f813674e8631c2e56b8e70d0 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Wed, 14 Jun 2023 20:07:24 -0700 Subject: [PATCH] [coap] fix minor typo (#9180) --- .code-spell-ignore | 1 + tests/scripts/thread-cert/coap.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.code-spell-ignore b/.code-spell-ignore index fc981f07c..0132a2c6d 100644 --- a/.code-spell-ignore +++ b/.code-spell-ignore @@ -1,6 +1,7 @@ aanother acount addrss +afile aline anumber ans diff --git a/tests/scripts/thread-cert/coap.py b/tests/scripts/thread-cert/coap.py index 6fec6f2ef..337e91c1c 100644 --- a/tests/scripts/thread-cert/coap.py +++ b/tests/scripts/thread-cert/coap.py @@ -61,7 +61,7 @@ class CoapOptionsTypes(IntEnum): class CoapOptionHeader(object): - """ Class representing CoAP optiona header. """ + """ Class representing CoAP optional header. """ def __init__(self, delta, length): self._delta = delta