]> kaliko git repositories - mpd-sima.git/blobdiff - doc/source/user/01_configurations.rst
doc: Fixed typo
[mpd-sima.git] / doc / source / user / 01_configurations.rst
index 235abb9df05b7692e11d77e9de912a1015c5ca47..22ebe4d513ce885ca63dc6be74d759bac4862532 100644 (file)
@@ -1,3 +1,5 @@
+.. _configuration-examples:
+
 Configuration examples
 ======================
 
 Configuration examples
 ======================
 
@@ -102,7 +104,7 @@ Tag queuing
 
 This is the most complex and versatile offline mode. "Tags" plugin allows to queue track based on actual tags value.
 
 
 This is the most complex and versatile offline mode. "Tags" plugin allows to queue track based on actual tags value.
 
-Here is an example to have MPD_sima to queue only electronic music tagged with genres **electonica** or **IDM** or **glitch**:
+Here is an example to have MPD_sima to queue only electronic music tagged with genres **electronica** or **IDM** or **glitch**:
 
 .. code:: ini
 
 
 .. code:: ini
 
@@ -110,8 +112,8 @@ Here is an example to have MPD_sima to queue only electronic music tagged with g
     internal = Crop, Tags
 
     [tags]
     internal = Crop, Tags
 
     [tags]
-    # Look for files with tagged with genre "electonica" OR "IDM" OR "glitch"
-    genre = electonica, IDM, glitch
+    # Look for files with tagged with genre "electronica" OR "IDM" OR "glitch"
+    genre = electronica, IDM, glitch
 
 There are other supported tags, mainly **date**, **originaldate** or
 **comment** (cf manual for the exact list). You can use more than one, entries
 
 There are other supported tags, mainly **date**, **originaldate** or
 **comment** (cf manual for the exact list). You can use more than one, entries