Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

mpd: fix spelling in description

(cherry picked from commit 323c2a1c6b1fe17d7f32451ad82e646c5e610e3c)

+1 -1
+1 -1
nixos/modules/services/audio/mpd.nix
··· 133 133 defaultText = ''''${dataDir}/tag_cache''; 134 134 description = '' 135 135 The path to MPD's database. If set to <literal>null</literal> the 136 - paramter is omitted from the configuration. 136 + parameter is omitted from the configuration. 137 137 ''; 138 138 }; 139 139 };