Spelling improved

This commit is contained in:
Ollo
2021-12-06 20:18:23 +01:00
parent 1cf8c781eb
commit b2db51d9a9
3 changed files with 4 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ usage: ota_updater.py [-h] -l BROKER_HOST -p BROKER_PORT [-u BROKER_USERNAME]
[-d BROKER_PASSWORD] [-t BASE_TOPIC] -i DEVICE_ID
firmware
ota firmware update scirpt for ESP8226 implemenation of the Homie mqtt IoT
ota firmware update script for ESP8226 implementation of the Homie mqtt IoT
convention.
positional arguments:

View File

@@ -7,5 +7,6 @@ if [ $? -ne 0 ]; then
fi
codespell -w ../src/*
codespell -w ../include/*
codespell ../Readme.md
codespell -w ../*.md
codespell -w *.md
exit 0