nixos/luksroot: Fix typo Verifiying -> Verifying

This commit is contained in:
Claudio Bley
2019-01-08 15:45:02 -05:00
committed by worldofpeace
parent fc09fcb33b
commit cb0b629894
+1 -1
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"