mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
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:
parent
688a1ab082
commit
14fdf07e8f
56 changed files with 152 additions and 141 deletions
|
|
@ -33,7 +33,7 @@ This file is part of PipeWire.
|
|||
</option>
|
||||
</section>
|
||||
|
||||
<section name="Properies">
|
||||
<section name="Properties">
|
||||
<option>
|
||||
<p><opt>set-prop</opt> <arg>key</arg> <arg>value</arg></p>
|
||||
<optdesc><p>Sets a property with the given key to value.</p></optdesc>
|
||||
|
|
@ -44,7 +44,7 @@ This file is part of PipeWire.
|
|||
<option>
|
||||
<p><opt>add-spa-lib</opt> <arg>pattern</arg> <arg>library</arg></p>
|
||||
<optdesc><p>Maps the plugin features that match <opt>pattern</opt>
|
||||
to <opt>library</opt>.</p> When the systen needs a plugin feature</optdesc>
|
||||
to <opt>library</opt>.</p> When the system needs a plugin feature</optdesc>
|
||||
</option>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue