nixos/luksroot: Fix typo Verifiying -> Verifying

This commit is contained in:
Claudio Bley 2019-01-08 21:39:18 +01:00 committed by worldofpeace
parent fc09fcb33b
commit cb0b629894

View File

@ -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"