Add codespell info to contributing

This commit is contained in:
Michael Vetter
2021-10-01 23:16:17 +02:00
parent 54a51febf3
commit 02e7cc029c

View File

@@ -54,3 +54,8 @@ make clean
scan-build make
scan-view ...
```
### Finding typos
We include a `.codespellrc` configuration file for `codespell` in the root directory.
Before comitting it might make sense to run `codespell` to see if you made any typos.