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

@@ -6,7 +6,7 @@ import subprocess
import time
# Do not like using hard coded sleeps, but it probably makes
# sense to pause for the radio at apprpriate times
# sense to pause for the radio at appropriate times
import pytest
from ..util import findPorts

View File

@@ -14,7 +14,7 @@ import subprocess
import time
# Do not like using hard coded sleeps, but it probably makes
# sense to pause for the radio at apprpriate times
# sense to pause for the radio at appropriate times
import pytest
from ..util import findPorts