pipewire/src/tools
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
..
meson.build tools: add pw-metadata tool 2020-05-06 15:57:12 +02:00
midifile.c Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
midifile.h midifile: make it possible to specify output file 2020-04-14 20:12:23 +02:00
pw-cat.c Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
pw-cli.c permission: add some helpers 2020-07-30 16:26:29 +02:00
pw-dot.c Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
pw-metadata.c tools: fix leaks 2020-06-04 12:49:15 +02:00
pw-mididump.c tools: fix leaks 2020-06-04 12:49:15 +02:00
pw-mon.c permission: add some helpers 2020-07-30 16:26:29 +02:00
pw-profiler.c avoid uninitialized variables 2020-06-23 15:25:27 +02:00