Skip to content

Commit

Permalink
homed: fix typo
Browse files Browse the repository at this point in the history
Follow-up for c4b5de7.
  • Loading branch information
yuwata committed Jun 11, 2024
1 parent 753c896 commit 60c1fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/home/homework-fscrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 60c1fec

Please sign in to comment.