summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-11-04 15:59:38 +0100
committerMax Kellermann <max@musicpd.org>2020-11-04 15:59:40 +0100
commit23a6f62ea343cee5ec106b175ed12c2c2a8c706c (patch)
tree06d8b093226779ca0d840adec2537ae0a74b5f66
parente0d3ca71b3b798f7371d11088ccd6015bd3de55a (diff)
doc/user.rst: fix typo
-rw-r--r--doc/user.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user.rst b/doc/user.rst
index db87ee7d0..06235c432 100644
--- a/doc/user.rst
+++ b/doc/user.rst
@@ -413,7 +413,7 @@ The following table lists the audio_output options valid for all plugins:
* - **format samplerate:bits:channels**
- Always open the audio output with the specified audio format, regardless of the format of the input file. This is optional for most plugins.
See :ref:`audio_output_format` for a detailed description of the value.
- * - **enabed yes|no**
+ * - **enabled yes|no**
- Specifies whether this audio output is enabled when :program:`MPD` is started. By default, all audio outputs are enabled. This is just the default setting when there is no state file; with a state file, the previous state is restored.
* - **tags yes|no**
- If set to no, then :program:`MPD` will not send tags to this output. This is only useful for output plugins that can receive tags, for example the httpd output plugin.