The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

spellcheck_sourcecode.pl - Scans source code for common misspellings.

SYNOPSIS

  perl spellcheck_sourcecode.pl test.cpp

DESCRIPTION

Check a source file (e.g. C, C++, Perl, or Java) for common misspellings in comments, string literals, and identifiers.

SEE ALSO

Sourcecode::Spellcheck - Identifies common misspellings in source code.

AUTHOR

Zachary Blair, <zblair@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2013 by Zachary D. Blair

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.