summary refs log tree commit diff
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2016-09-19 13:49:47 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-09-19 13:49:47 +0200
commit4fdc9fa7d904da62e3d55fa0e26d849b8b78f0ff (patch)
tree3b438b4e9f4758587a2b8f47de6780e0f3333cc8
parentca24eb57125f673b19214c63415e4585148ca211 (diff)
downloadnixpkgs-4fdc9fa7d904da62e3d55fa0e26d849b8b78f0ff.tar
nixpkgs-4fdc9fa7d904da62e3d55fa0e26d849b8b78f0ff.tar.gz
nixpkgs-4fdc9fa7d904da62e3d55fa0e26d849b8b78f0ff.tar.bz2
nixpkgs-4fdc9fa7d904da62e3d55fa0e26d849b8b78f0ff.tar.lz
nixpkgs-4fdc9fa7d904da62e3d55fa0e26d849b8b78f0ff.tar.xz
nixpkgs-4fdc9fa7d904da62e3d55fa0e26d849b8b78f0ff.tar.zst
nixpkgs-4fdc9fa7d904da62e3d55fa0e26d849b8b78f0ff.zip
nixos/autofs: fix typo afuese -> afuse
-rw-r--r--nixos/modules/services/misc/autofs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/autofs.nix b/nixos/modules/services/misc/autofs.nix
index 18f0c3eb83d..40b48f70f7e 100644
--- a/nixos/modules/services/misc/autofs.nix
+++ b/nixos/modules/services/misc/autofs.nix
@@ -22,7 +22,7 @@ in
         default = false;
         description = "
           Mount filesystems on demand. Unmount them automatically.
-          You may also be interested in afuese.
+          You may also be interested in afuse.
         ";
       };