From: Yu Watanabe Date: Tue, 11 Jun 2024 06:49:04 +0000 (+0900) Subject: homed: fix typo X-Git-Tag: v256~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60c1fec461b0dcf1776b198b5361a9f546fdb510;p=thirdparty%2Fsystemd.git homed: fix typo Follow-up for c4b5de7eff3d3b51ae88e74fecba09e4fbea4464. --- diff --git a/src/home/homework-fscrypt.c b/src/home/homework-fscrypt.c index 125714ba1e1..92ce5c39ba2 100644 --- a/src/home/homework-fscrypt.c +++ b/src/home/homework-fscrypt.c @@ -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(