Fix various source comment typos

Found via `codespell -q 3`
This commit is contained in:
luzpaz
2023-07-15 00:41:28 +00:00
parent 51079d4f25
commit 0a88ca6a5c
7 changed files with 11 additions and 11 deletions

View File

@@ -60,7 +60,7 @@ class StreamInterface(MeshInterface):
# Send some bogus UART characters to force a sleeping device to wake, and
# if the reading statemachine was parsing a bad packet make sure
# we write enought start bytes to force it to resync (we don't use START1
# we write enough start bytes to force it to resync (we don't use START1
# because we want to ensure it is looking for START1)
p = bytearray([START2] * 32)
self._writeBytes(p)