forked from mirrors/nixpkgs
nixos/luksroot: Fix typo Verifiying
-> Verifying
This commit is contained in:
parent
fc09fcb33b
commit
cb0b629894
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue