homed: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 11 Jun 2024 06:49:04 +0000 (15:49 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 11 Jun 2024 06:52:13 +0000 (15:52 +0900)
Follow-up for c4b5de7eff3d3b51ae88e74fecba09e4fbea4464.

src/home/homework-fscrypt.c

index 125714ba1e16bd2d097456ee4466ddb1219c5038..92ce5c39ba202c566f29ac931a17183b9ddbcfe8 100644 (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(