summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2019-09-06 20:29:16 +0300
committerNikolay Amiantov <ab@fmap.me>2019-09-06 20:29:20 +0300
commitdaa9ea29875da3965bd13af91eaa2d4694744e9d (patch)
tree70661a8a37ede8b7fdd4781565ac3435749a180a
parent05a0bf99c93036682726a14653346644964a695c (diff)
downloadnixpkgs-daa9ea29875da3965bd13af91eaa2d4694744e9d.tar
nixpkgs-daa9ea29875da3965bd13af91eaa2d4694744e9d.tar.gz
nixpkgs-daa9ea29875da3965bd13af91eaa2d4694744e9d.tar.bz2
nixpkgs-daa9ea29875da3965bd13af91eaa2d4694744e9d.tar.lz
nixpkgs-daa9ea29875da3965bd13af91eaa2d4694744e9d.tar.xz
nixpkgs-daa9ea29875da3965bd13af91eaa2d4694744e9d.tar.zst
nixpkgs-daa9ea29875da3965bd13af91eaa2d4694744e9d.zip
murmur service: fix typo in description
-rw-r--r--nixos/modules/services/networking/murmur.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/murmur.nix b/nixos/modules/services/networking/murmur.nix
index 7ac4d0c6419..082953d2f6a 100644
--- a/nixos/modules/services/networking/murmur.nix
+++ b/nixos/modules/services/networking/murmur.nix
@@ -234,7 +234,7 @@ in
       extraConfig = mkOption {
         type = types.lines;
         default = "";
-        description = "Extra configuration to put into mumur.ini.";
+        description = "Extra configuration to put into murmur.ini.";
       };
     };
   };