pipewire/src/extensions
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
..
session-manager Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
client-node.h Make interface types a string 2019-12-19 13:36:04 +01:00
meson.build session-manager: add update/free functions for the info structures 2020-03-27 14:56:07 +00:00
metadata.h Make interface types a string 2019-12-19 13:36:04 +01:00
profiler.h pw-profiler: add profiler tool 2020-01-31 15:13:47 +01:00
protocol-native.h move proxy implementations in their own file 2019-12-11 10:58:51 +01:00
session-manager.h extensions: implement new session manager extension 2019-11-04 17:30:33 +01:00