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

@ -71,7 +71,7 @@ struct pw_session_events {
/**
* Notify a session param
*
* Event emited as a result of the enum_params method.
* Event emitted as a result of the enum_params method.
*
* \param seq the sequence number of the request
* \param id the param id
@ -115,7 +115,7 @@ struct pw_session_methods {
* Enumerate session parameters
*
* Start enumeration of session parameters. For each param, a
* param event will be emited.
* param event will be emitted.
*
* \param seq a sequence number returned in the reply
* \param id the parameter id to enumerate
@ -173,7 +173,7 @@ struct pw_endpoint_events {
/**
* Notify a endpoint param
*
* Event emited as a result of the enum_params method.
* Event emitted as a result of the enum_params method.
*
* \param seq the sequence number of the request
* \param id the param id
@ -217,7 +217,7 @@ struct pw_endpoint_methods {
* Enumerate endpoint parameters
*
* Start enumeration of endpoint parameters. For each param, a
* param event will be emited.
* param event will be emitted.
*
* \param seq a sequence number returned in the reply
* \param id the parameter id to enumerate
@ -277,7 +277,7 @@ struct pw_endpoint_stream_events {
/**
* Notify a endpoint stream param
*
* Event emited as a result of the enum_params method.
* Event emitted as a result of the enum_params method.
*
* \param seq the sequence number of the request
* \param id the param id
@ -320,7 +320,7 @@ struct pw_endpoint_stream_methods {
* Enumerate stream parameters
*
* Start enumeration of stream parameters. For each param, a
* param event will be emited.
* param event will be emitted.
*
* \param seq a sequence number returned in the reply
* \param id the parameter id to enumerate
@ -377,7 +377,7 @@ struct pw_endpoint_link_events {
/**
* Notify a endpoint link param
*
* Event emited as a result of the enum_params method.
* Event emitted as a result of the enum_params method.
*
* \param seq the sequence number of the request
* \param id the param id
@ -422,7 +422,7 @@ struct pw_endpoint_link_methods {
* Enumerate link parameters
*
* Start enumeration of link parameters. For each param, a
* param event will be emited.
* param event will be emitted.
*
* \param seq a sequence number returned in the reply
* \param id the parameter id to enumerate