mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Fix some typos found by lintian.
This commit is contained in:
@@ -678,7 +678,7 @@ static int LUKS2_keyslot_open_by_token(struct crypt_device *cd,
|
||||
if (!jobj_token_keyslots)
|
||||
return -EINVAL;
|
||||
|
||||
/* with specific keyslot just ingore priorities and unlock */
|
||||
/* with specific keyslot just ignore priorities and unlock */
|
||||
if (keyslot != CRYPT_ANY_SLOT) {
|
||||
log_dbg(cd, "Trying to open keyslot %u with token %d (type %s).",
|
||||
keyslot, token, json_object_get_string(jobj_type));
|
||||
|
||||
Reference in New Issue
Block a user