From 323c2a1c6b1fe17d7f32451ad82e646c5e610e3c Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 3 Jun 2018 09:55:26 +0200 Subject: [PATCH] mpd: fix spelling in description --- nixos/modules/services/audio/mpd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/audio/mpd.nix b/nixos/modules/services/audio/mpd.nix index 500a9e35a13..94020ed05d6 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 null the - paramter is omitted from the configuration. + parameter is omitted from the configuration. ''; }; };