summary refs log tree commit diff
path: root/nixos/modules/system/boot/luksroot.nix
diff options
context:
space:
mode:
authorClaudio Bley <claudio.bley@gmail.com>2019-01-08 21:39:18 +0100
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-01-08 15:45:02 -0500
commitcb0b629894f860b32f59eb4ee451c975202692e2 (patch)
tree5cc67884094d13d709dd2c06e167d276a555552e /nixos/modules/system/boot/luksroot.nix
parentfc09fcb33bbb5815f87438860c374940a35e84ee (diff)
downloadnixpkgs-cb0b629894f860b32f59eb4ee451c975202692e2.tar
nixpkgs-cb0b629894f860b32f59eb4ee451c975202692e2.tar.gz
nixpkgs-cb0b629894f860b32f59eb4ee451c975202692e2.tar.bz2
nixpkgs-cb0b629894f860b32f59eb4ee451c975202692e2.tar.lz
nixpkgs-cb0b629894f860b32f59eb4ee451c975202692e2.tar.xz
nixpkgs-cb0b629894f860b32f59eb4ee451c975202692e2.tar.zst
nixpkgs-cb0b629894f860b32f59eb4ee451c975202692e2.zip
nixos/luksroot: Fix typo `Verifiying` -> `Verifying`
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 018e7b2e7f8..aa4a5f8abcc 100644
--- a/nixos/modules/system/boot/luksroot.nix
+++ b/nixos/modules/system/boot/luksroot.nix
@@ -144,7 +144,7 @@ let
                     fi
                 fi
             done
-            echo -n "Verifiying passphrase for ${device}..."
+            echo -n "Verifying passphrase for ${device}..."
             echo -n "$passphrase" | ${csopen} --key-file=-
             if [ $? == 0 ]; then
                 echo " - success"