1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

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);
}
/* The decription is the final element as per manpage. */
/* The description is the final element as per manpage. */
d = strrchr(description, ';');
if (!d)
return log_error_errno(