summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2018-06-03 09:55:26 +0200
committerRobert Helgesson <robert@rycee.net>2018-06-03 09:55:26 +0200
commit323c2a1c6b1fe17d7f32451ad82e646c5e610e3c (patch)
tree8705a255b75069d2f4bc21ce9696096a214b0770 /nixos
parent33ff34f3a21c7f8870159835be2152ddf3d148e2 (diff)
downloadnixlib-323c2a1c6b1fe17d7f32451ad82e646c5e610e3c.tar
nixlib-323c2a1c6b1fe17d7f32451ad82e646c5e610e3c.tar.gz
nixlib-323c2a1c6b1fe17d7f32451ad82e646c5e610e3c.tar.bz2
nixlib-323c2a1c6b1fe17d7f32451ad82e646c5e610e3c.tar.lz
nixlib-323c2a1c6b1fe17d7f32451ad82e646c5e610e3c.tar.xz
nixlib-323c2a1c6b1fe17d7f32451ad82e646c5e610e3c.tar.zst
nixlib-323c2a1c6b1fe17d7f32451ad82e646c5e610e3c.zip
mpd: fix spelling in description
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/audio/mpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/audio/mpd.nix b/nixos/modules/services/audio/mpd.nix
index 500a9e35a13b..94020ed05d67 100644
--- a/nixos/modules/services/audio/mpd.nix
+++ b/nixos/modules/services/audio/mpd.nix
@@ -133,7 +133,7 @@ in {
         defaultText = ''''${dataDir}/tag_cache'';
         description = ''
           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.
         '';
       };
     };