mirror of
https://github.com/codespell-project/codespell.git
synced 2025-08-06 09:40:56 +08:00
18 lines
439 B
Plaintext
18 lines
439 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/lucasdemarchi/codespell
|