Fix spelling errors

Fixde with:
codespell --skip test --write-changes --interactive=2
This commit is contained in:
Daniele Forsi 2022-06-03 23:45:50 +02:00
parent 44319becff
commit 36caec81e7
6 changed files with 12 additions and 12 deletions

View file

@ -41,7 +41,7 @@ jobs:
PYTHON_VERSION: ${{ matrix.python-version }}
# delay the execution randomly by 1-20sec to reduce the
# amount of concurrent API calls on Clublog and QRZ.com
# when all CI jobs execute simultaniously
# when all CI jobs execute simultaneously
run: |
sleep $[ ( $RANDOM % 20 ) + 1 ]s
pytest --cov=./
@ -94,6 +94,6 @@ jobs:
# PYTHON_VERSION: ${{ matrix.python-version }}
# # delay the execution randomly by 1-20sec to reduce the
# # amount of concurrent API calls on Clublog and QRZ.com
# # when all CI jobs execute simultaniously
# # when all CI jobs execute simultaneously
# run: |
# pytest