Usage
- Run
collectwords.py
with file paths as arguments to build a database of words. - Run
spellcheck.py
to mark misspells. - Use
sqlite3
shell or anything else to output misspelled words to a file. - Go through the file eliminating false positives.
- Search through the codebase and fix typo by typo :-)