diff --git a/man/pipewire.conf.5.rst.in b/man/pipewire.conf.5.rst.in index 78ef7943c..fb8144bd4 100644 --- a/man/pipewire.conf.5.rst.in +++ b/man/pipewire.conf.5.rst.in @@ -69,7 +69,7 @@ The configuration files can be expressed in full JSON syntax but for ease of use, a relaxed format may be used where: * ``:`` to delimit keys and values can be substuted by ``=`` or a space. - * ``"`` around keys and string can be omited as long as no special characters are used in the strings. + * ``"`` around keys and string can be omitted as long as no special characters are used in the strings. * ``,`` to separate objects can be replaced with a whitespace character. * ``#`` can be used to start a comment until the line end