mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 01:00:09 +00:00
[coap] fix minor typo (#9180)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
aanother
|
||||
acount
|
||||
addrss
|
||||
afile
|
||||
aline
|
||||
anumber
|
||||
ans
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user