From cb0b629894f860b32f59eb4ee451c975202692e2 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Tue, 8 Jan 2019 21:39:18 +0100 Subject: nixos/luksroot: Fix typo `Verifiying` -> `Verifying` --- nixos/modules/system/boot/luksroot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/system/boot') 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" -- cgit 1.4.1