Fix typos.

This commit is contained in:
Andrea Gelmini
2017-11-05 16:40:11 +01:00
committed by Milan Broz
parent 444eac3597
commit a97de38b6b
36 changed files with 79 additions and 79 deletions

View File

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