summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2020-07-22 20:54:06 +0200
committerWim Taymans <wim.taymans@gmail.com>2020-08-17 17:16:31 +0000
commit14fdf07e8f0527d7558fb0ca75e4ce507eb80e0c (patch)
treedd19aecac0d5870b21d5cd064e494ad6994d3cb1 /man
parent688a1ab08252ff3e959b0599839a3163b077cb19 (diff)
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.
Diffstat (limited to 'man')
-rw-r--r--man/pipewire.conf.5.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/pipewire.conf.5.xml.in b/man/pipewire.conf.5.xml.in
index 06f7e914..14c2f582 100644
--- a/man/pipewire.conf.5.xml.in
+++ b/man/pipewire.conf.5.xml.in
@@ -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>