add codespell, fix typos (#2490)

* add script to call codespell utility

* fix typos found by scripts/codespell.sh
This commit is contained in:
bjoern 2023-03-06 13:44:46 +01:00 committed by GitHub
parent 1eb04a8bcb
commit 08bb30eb3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 34 additions and 30 deletions

4
scripts/codespell.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
codespell \
--skip './.git,./build,./res/values-*/strings.xml,,./assets/help,./jni/deltachat-core-rust' \
--ignore-words-list formattings