mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 12:20:00 +01:00
Fix typos.
This commit is contained in:
committed by
Milan Broz
parent
444eac3597
commit
a97de38b6b
@@ -119,7 +119,7 @@ static const char *luksType(const char *type)
|
||||
|
||||
static int _verify_passphrase(int def)
|
||||
{
|
||||
/* Batch mode switch off verify - if not overrided by -y */
|
||||
/* Batch mode switch off verify - if not overridden by -y */
|
||||
if (opt_verify_passphrase)
|
||||
def = 1;
|
||||
else if (opt_batch_mode)
|
||||
|
||||
Reference in New Issue
Block a user