summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-07-03 09:48:58 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-07-03 09:48:58 +0200
commitd1a89ae9d702a4b91b6d661af256552e330bb995 (patch)
treeb34b95d1204ad7b4423b10cf1572d11b3293319f /nixos/modules/system/boot
parent343ad1697d6967b7aa949752fd5c4471f691b4eb (diff)
parent0b1c8793fc20944b68562d9a73a5ce391f1603e0 (diff)
downloadnixlib-d1a89ae9d702a4b91b6d661af256552e330bb995.tar
nixlib-d1a89ae9d702a4b91b6d661af256552e330bb995.tar.gz
nixlib-d1a89ae9d702a4b91b6d661af256552e330bb995.tar.bz2
nixlib-d1a89ae9d702a4b91b6d661af256552e330bb995.tar.lz
nixlib-d1a89ae9d702a4b91b6d661af256552e330bb995.tar.xz
nixlib-d1a89ae9d702a4b91b6d661af256552e330bb995.tar.zst
nixlib-d1a89ae9d702a4b91b6d661af256552e330bb995.zip
Merge branch 'master' into staging
Diffstat (limited to 'nixos/modules/system/boot')
-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>.
       '';