summary refs log tree commit diff
path: root/nixos/modules/system/boot/luksroot.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2017-07-02 04:37:51 +0200
committerSilvan Mosberger <infinisil@icloud.com>2017-07-02 04:37:51 +0200
commitcf07fc6b160cffc0360674c69be2ff3c5a282e95 (patch)
tree6753bbfd3239ff48b1be725090e873dd9255a6f8 /nixos/modules/system/boot/luksroot.nix
parent87cfea92f894e6c8fa57eedaa32d73234559473d (diff)
downloadnixlib-cf07fc6b160cffc0360674c69be2ff3c5a282e95.tar
nixlib-cf07fc6b160cffc0360674c69be2ff3c5a282e95.tar.gz
nixlib-cf07fc6b160cffc0360674c69be2ff3c5a282e95.tar.bz2
nixlib-cf07fc6b160cffc0360674c69be2ff3c5a282e95.tar.lz
nixlib-cf07fc6b160cffc0360674c69be2ff3c5a282e95.tar.xz
nixlib-cf07fc6b160cffc0360674c69be2ff3c5a282e95.tar.zst
nixlib-cf07fc6b160cffc0360674c69be2ff3c5a282e95.zip
luksroot: fix typo
Diffstat (limited to 'nixos/modules/system/boot/luksroot.nix')
-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>.
       '';