pipewire/src/modules/module-session-manager
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
..
client-endpoint use global_update_keys 2020-08-05 12:55:33 +02:00
client-session use global_update_keys 2020-08-05 12:55:33 +02:00
endpoint-link.c Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
endpoint-stream.c Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
endpoint.c Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
protocol-native.c session-manager: check error code when registering the marshallers 2020-03-27 14:56:07 +00:00
proxy-session-manager.c session-manager: implement export functions for session-manager objects 2020-03-27 14:56:07 +00:00
session.c Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00