mpd: fix spelling in description

This commit is contained in:
Robert Helgesson 2018-06-03 09:55:26 +02:00
parent 33ff34f3a2
commit 323c2a1c6b
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -133,7 +133,7 @@ in {
defaultText = ''''${dataDir}/tag_cache''; defaultText = ''''${dataDir}/tag_cache'';
description = '' description = ''
The path to MPD's database. If set to <literal>null</literal> the The path to MPD's database. If set to <literal>null</literal> the
paramter is omitted from the configuration. parameter is omitted from the configuration.
''; '';
}; };
}; };