From: Yu Watanabe Date: Fri, 19 Sep 2025 11:23:02 +0000 (+0900) Subject: creds-util: fix typo X-Git-Tag: v259-rc1~496 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2672108a1ed0f07156d049214a755df66b317aef;p=thirdparty%2Fsystemd.git creds-util: fix typo Follow-up for 9be0a94b9848096ad465eb3fc76fa9adc7118ab6. --- diff --git a/src/shared/creds-util.c b/src/shared/creds-util.c index dc337dc122a..cc9d5c37fa6 100644 --- a/src/shared/creds-util.c +++ b/src/shared/creds-util.c @@ -1209,7 +1209,7 @@ int decrypt_credential_and_warn( * -EHWPOISON → Attempt to decode NULL key (and CREDENTIAL_ALLOW_NULL is off), but the system has a TPM and SecureBoot is on * -EMEDIUMTYPE → File has unexpected scope, i.e. user-scoped credential is attempted to be unlocked in system scope, or vice versa * -EDESTADDRREQ → Credential is incorrectly named (i.e. the authenticated name does not match the actual name) - * -ESTALE → Credential's valdity has passed + * -ESTALE → Credential's validity has passed * -ESRCH → User specified for scope does not exist on this system * * (plus the various error codes tpm2_unseal() returns) */