ci: bump codespell to v2.4.1, fix some typos

All but one were found by codespell.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-03-24 10:05:22 -07:00
parent 25d4764432
commit d00c3be986
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ jobs:
- uses: actions/checkout@v4
- name: install deps
# Version of codespell bundled with Ubuntu is way old, so use pip.
run: pip install --break-system-packages codespell==v2.3.0
run: pip install --break-system-packages codespell==v2.4.1
- name: run codespell
run: codespell