codespell

Spellchecker for source code. More information: <https://github.com/codespell-project/codespell>.

Debian Debian
RUN apt-get update && \ apt-get install -y codespell
Ubuntu
RUN apt-get update && \ apt-get install -y codespell
Arch Arch Linux
RUN pacman -S --noconfirm codespell
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y codespell
Raspbian
RUN apt-get update && \ apt-get install -y codespell
click the source code to copy install codespell on any operating system with command-not-found.com