pipewire/spa
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
..
examples examples: dlclose on some errors 2020-07-02 16:07:54 +02:00
include Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
plugins Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
tests Optionally install examples and tests 2020-06-16 17:58:02 +00:00
tools initialize variables better 2020-05-20 15:24:25 +02:00
meson.build add udev rules so we don't rely on pulseaudio 2020-07-28 13:11:17 +02:00