summaryrefslogtreecommitdiffstats
path: root/development/codespell/README
blob: 6c714b66f26fb26c50e0f0c613fea1d8804727e3 (plain)
1
2
3
4
5
6
7
8
9
codespell (spell checker for source code)

codespell fixes common misspellings in text files. It's designed
primarily for checking misspelled words in source code, but it can be
used with other files as well.

Optional dependency: python-chardet. This is required for codespell's
-e option. Unless you deal with files that are not ASCII, ISO-8859-1,
or UTF-8, you probably don't need the -e option.