mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-16 23:17:14 +08:00

Codespell got a new home with its own github organization. Reflect that in the repository.
18 lines
443 B
Plaintext
18 lines
443 B
Plaintext
[NAME]
|
|
codespell \- detect spelling mistakes in source code
|
|
|
|
[SYNOPSIS]
|
|
\fBcodespell\fR [OPTIONS] [file1 file2 ... fileN]
|
|
|
|
[DESCRIPTION]
|
|
.PP
|
|
codespell is designed to find and fix common misspellings in text files.
|
|
It is designed primarily for checking misspelled words in source code,
|
|
but it can be used with other files as well.
|
|
|
|
[AUTHOR]
|
|
Lucas De Marchi <lucas.de.marchi@gmail.com>
|
|
|
|
[SEE ALSO]
|
|
https://github.com/codespell-project/codespell
|