Fix remaining typos in the codebase (and update CI checks)

This commit is contained in:
Delgan 2024-05-02 16:28:51 +00:00
parent 00234696fe
commit b3313cefc6
7 changed files with 12 additions and 12 deletions

View file

@ -12,7 +12,7 @@ steps:
- python3 -m venv codespell-venv
- source codespell-venv/bin/activate
- pip install codespell
- codespell README.md CHANGELOG.md *.c *.h doc/*.scd
- codespell README.md CHANGELOG.md *.c *.h doc/*.scd bar decorations modules particles examples
- deactivate
- name: subprojects