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.
This commit is contained in:
Emmanuel Gil Peyrot 2020-07-22 20:54:06 +02:00 committed by Wim Taymans
parent 688a1ab082
commit 14fdf07e8f
56 changed files with 152 additions and 141 deletions

View file

@ -24,7 +24,7 @@ The PipeWire API is, a object oriented asynchronous protocol.
All requests and replies are method invocations on some object.
Objects are identified with a unique ID. Each object implements an
interface and requestes result in invocations of methods on the
interface and requests result in invocations of methods on the
interface.
The protocol is message based. A message sent by a client to the
@ -37,7 +37,7 @@ objects or even protocols when required.
Messages are encoded with [SPA PODs](spa/pod.md), which make it
possible to encode complex objects with right types.
Events from the server can be a reply to a method or can be emited
Events from the server can be a reply to a method or can be emitted
when the server state changes.
Upon connecting to a server, it will broadcast its state. Clients