How to Install codespell in Ubuntu 18.04



Install codespell by entering the following commands in the terminal:

sudo apt update
sudo apt install codespell

Description:

find and fix common misspellings in text files

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.

Homepage: https://github.com/lucasdemarchi/codespell/

Version: 1.8-1

Section: universe/devel