projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
753c896
)
homed: fix typo
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 11 Jun 2024 06:49:04 +0000
(15:49 +0900)
committer
Yu 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
patch
|
blob
|
history
diff --git
a/src/home/homework-fscrypt.c
b/src/home/homework-fscrypt.c
index 125714ba1e16bd2d097456ee4466ddb1219c5038..92ce5c39ba202c566f29ac931a17183b9ddbcfe8 100644
(file)
--- 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 de
s
cription is the final element as per manpage. */
d = strrchr(description, ';');
if (!d)
return log_error_errno(