homed: fix typo

Follow-up for c4b5de7eff.
This commit is contained in:
Yu Watanabe 2024-06-11 15:49:04 +09:00
parent 753c896ff9
commit 60c1fec461

View file

@ -69,7 +69,7 @@ static int fscrypt_unlink_key(UserRecord *h) {
return log_error_errno(r, "Failed to describe key id %d: %m", *key); return log_error_errno(r, "Failed to describe key id %d: %m", *key);
} }
/* The decription is the final element as per manpage. */ /* The description is the final element as per manpage. */
d = strrchr(description, ';'); d = strrchr(description, ';');
if (!d) if (!d)
return log_error_errno( return log_error_errno(