SourceSpell

Command line spell-checker for source code files. Includes an interactive mode for quickly fixing spelling errors.

It uses the excellent Pygments library for parsing and PyEnchant for spell-checking. The checker checks for spelling errors in code comments, HTML markup and Python doc comments. It supports the full list of languages supported by Pygments.

Similar Projects

pysource-spellchecker
Also uses enchant. Only supports spellchecking of Python.
codespell
Pure Python checker. Analyses entire source files, in addition to comments.