typos-cli

Source code spell checker that finds and fixes typos

brewmacoslinux
Try with needOr install directly
Source

About

Source code spell checker

Commands

typos

Examples

Check for typos in current directory$ typos
Check specific file for typos$ typos path/to/file.rs
Automatically fix typos found in files$ typos --write-changes