about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2017-07-02 10:37:01 +0200
committerGitHub <noreply@github.com>2017-07-02 10:37:01 +0200
commit6b5150d29dada2f8366e0e1c1220dd8736f51aea (patch)
treef845118e8b880fddc83c1e62780bf2b4cc691805 /nixos/modules
parentfb1ed9d17b54989d736d81a7cf898aa44815f59f (diff)
parentcf07fc6b160cffc0360674c69be2ff3c5a282e95 (diff)
downloadnixlib-6b5150d29dada2f8366e0e1c1220dd8736f51aea.tar
nixlib-6b5150d29dada2f8366e0e1c1220dd8736f51aea.tar.gz
nixlib-6b5150d29dada2f8366e0e1c1220dd8736f51aea.tar.bz2
nixlib-6b5150d29dada2f8366e0e1c1220dd8736f51aea.tar.lz
nixlib-6b5150d29dada2f8366e0e1c1220dd8736f51aea.tar.xz
nixlib-6b5150d29dada2f8366e0e1c1220dd8736f51aea.tar.zst
nixlib-6b5150d29dada2f8366e0e1c1220dd8736f51aea.zip
Merge pull request #27030 from Infinisil/luks-typo
luksroot: fix typo
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/system/boot/luksroot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/luksroot.nix b/nixos/modules/system/boot/luksroot.nix
index 59ebb88582ad..3ca679b479a0 100644
--- a/nixos/modules/system/boot/luksroot.nix
+++ b/nixos/modules/system/boot/luksroot.nix
@@ -241,7 +241,7 @@ in
       description = ''
         The encrypted disk that should be opened before the root
         filesystem is mounted. Both LVM-over-LUKS and LUKS-over-LVM
-        setups are sypported. The unencrypted devices can be accessed as
+        setups are supported. The unencrypted devices can be accessed as
         <filename>/dev/mapper/<replaceable>name</replaceable></filename>.
       '';