Commit graph

6 commits

Author SHA1 Message Date
Emmanuel Gil Peyrot
14fdf07e8f Run codespell on the entire codebase
This tool detects and fixes common English spelling mistakes, with
generally very few mistakes.

Here is the command I used to generate this commit.  There were a few
changes that had to be done manually, and of course adding the ignore
file:
```shell
codespell -I .codespell-ignore -x .codespell-ignore -w
```

I didn’t add it to the CI, but this would be a good place for it.
2020-08-17 17:16:31 +00:00
Wim Taymans
3037dd6b48 update man pages. 2020-05-02 20:19:20 +02:00
Wim Taymans
9bd21d6c18 man: improve man pages a little 2020-02-18 10:36:28 +01:00
Wim Taymans
34e776a930 man: fix command names and issues ref 2020-01-28 16:09:56 +01:00
Wim Taymans
85f2e93c54 Relicense as MIT/X11
Remove some obsolete files
2018-11-05 17:48:52 +01:00
Wim Taymans
c06d775ddc man: add man page for config file 2018-08-17 10:19:20 +02:00