Please accept this new package codespell. Codespell is very
useful to fix stupid typos especially in source code.
A common use case is like
$ cd /path/to/gitrepo
$ codespell -w $(git ls-files)
$ git commit -a --patch
The codespell dictionary is even used by the linux kernel
to check commits before merging them.
This inital package is taken from git HEAD because there is
no released version yet which contains a manpage.
OBS-URL: https://build.opensuse.org/request/show/357803
OBS-URL: https://build.opensuse.org/package/show/devel:tools/codespell?expand=0&rev=1